Share via


BaseHierarchyNode.TypeGuid Property

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

See Also

Reference

BaseHierarchyNode Class

BaseHierarchyNode Members

Microsoft.TeamFoundation.Common Namespace