Gets the inner object of an aggregated hierarchy.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function GetInner As HierarchyNode
'使用
Dim instance As ProjectNode
Dim returnValue As HierarchyNode
returnValue = instance.GetInner()
public virtual HierarchyNode GetInner()
public:
virtual HierarchyNode^ GetInner()
public function GetInner() : HierarchyNode
Return Value
Type: Microsoft.VisualStudio.Package.HierarchyNode
When overridden in derived classes, returns the inner object of an aggregated hierarchy.
Remarks
By default returns the current project node.
Permissions
- 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.