HierarchyNode.GetIconHandle Method

Gets the icon handle.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function GetIconHandle ( _
    open As Boolean _
) As Object
'使用
Dim instance As HierarchyNode
Dim open As Boolean
Dim returnValue As Object

returnValue = instance.GetIconHandle(open)
public virtual Object GetIconHandle(
    bool open
)
public:
virtual Object^ GetIconHandle(
    bool open
)
public function GetIconHandle(
    open : boolean
) : Object

Parameters

Return Value

Type: System.Object

The icon handle; otherwise, a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace