DependentFileNode.GetIconHandle Method

Gets a handle to the icon that should be set for this node.

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

Syntax

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

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

Parameters

  • open
    Type: System.Boolean

    Boolean value specifying whether the folder is open. This parameter is ignored.

Return Value

Type: System.Object

The handle to the icon for the node.

Permissions

See Also

Reference

DependentFileNode Class

DependentFileNode Members

Microsoft.VisualStudio.Package Namespace