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
open
Type: System.BooleanIndicates whether the folder is open
Return Value
Type: System.Object
The icon handle; otherwise, a null reference (Nothing in Visual Basic).
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.