Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Guid for this node type to allow external plugins to identify this node.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property TypeGuid As Guid
'Usage
Dim instance As BaseHierarchyNode
Dim value As Guid
value = instance.TypeGuid
public virtual Guid TypeGuid { get; }
public:
virtual property Guid TypeGuid {
Guid get ();
}
public function get TypeGuid () : Guid
Property Value
Type: System.Guid
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.