TreeItemEventArgs.HierarchyId Property
Applies to v2.
Gets a HierachyId used to find the SiteItem from the WebMatrixHost.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property HierarchyId As HierarchyId
Get
'Usage
Dim instance As TreeItemEventArgs
Dim value As HierarchyId
value = instance.HierarchyId
public abstract HierarchyId HierarchyId { get; }
public:
virtual property HierarchyId^ HierarchyId {
HierarchyId^ get () abstract;
}
abstract HierarchyId : HierarchyId
abstract function get HierarchyId () : HierarchyId
Property Value
Type: Microsoft.WebMatrix.Extensibility.HierarchyId
A HierachyId used to find the SiteItem from the WebMatrixHost.