Método IVsSimpleBrowseComponentSet.get_ChildListOptions (UInt32)
Retorna as opções para a lista de filhos de um símbolo.A lista é descrita pela IVsSimpleObjectList2 interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int get_ChildListOptions(
out uint pdwOptions
)
int get_ChildListOptions(
[OutAttribute] unsigned int% pdwOptions
)
abstract get_ChildListOptions :
pdwOptions:uint32 byref -> int
Function get_ChildListOptions (
<OutAttribute> ByRef pdwOptions As UInteger
) As Integer
Parâmetros
- pdwOptions
Um valor ou uma combinação de _BROWSE_COMPONENT_SET_OPTIONS valores.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Implementações
IVsBrowseComponentSet.get_ChildListOptions(UInt32)
Comentários
COM assinatura
De vsshell80.idl:
HRESULT get_ChildListOptions(
[out, retval] BROWSE_COMPONENT_SET_OPTIONS * pdwOptions
);
Consulte também
Interface IVsSimpleBrowseComponentSet
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo