Método IVsObjectList2.GetExpandable (UInt32, Int32)
Publicado: abril de 2016
Informações de método não fornecidas.Return E_NOTIMPL.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int GetExpandable(
uint index,
out int pfExpandable
)
int GetExpandable(
unsigned int index,
[OutAttribute] int% pfExpandable
)
abstract GetExpandable :
index:uint32 *
pfExpandable:int byref -> int
Function GetExpandable (
index As UInteger,
<OutAttribute> ByRef pfExpandable As Integer
) As Integer
Parâmetros
- index
Não use.
- pfExpandable
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsObjectList2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo