IVsObjectList2.GetExpandable Method
Method information not provided. Return E_NOTIMPL.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'宣言
Function GetExpandable ( _
index As UInteger, _
<OutAttribute> ByRef pfExpandable As Integer _
) As Integer
'使用
Dim instance As IVsObjectList2
Dim index As UInteger
Dim pfExpandable As Integer
Dim returnValue As Integer
returnValue = instance.GetExpandable(index, _
pfExpandable)
int GetExpandable(
uint index,
out int pfExpandable
)
int GetExpandable(
[InAttribute] unsigned int index,
[OutAttribute] int% pfExpandable
)
function GetExpandable(
index : uint,
pfExpandable : int
) : int
Parameters
index
Type: System.UInt32Do not use.
pfExpandable
Type: System.Int32%Do not use.
Return Value
Type: System.Int32
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.