Método IVsCombinedBrowseComponentSet.get_ComponentsListOptions (UInt32)
Publicado: abril de 2016
Retorna as opções para a lista de componentes.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int get_ComponentsListOptions(
out uint pdwOptions
)
int get_ComponentsListOptions(
[OutAttribute] unsigned int% pdwOptions
)
abstract get_ComponentsListOptions :
pdwOptions:uint32 byref -> int
Function get_ComponentsListOptions (
<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_ComponentsListOptions(UInt32)
Comentários
COM assinatura
De vsshell80.idl:
HRESULT get_ComponentsListOptions(
[out, retval] BROWSE_COMPONENT_SET_OPTIONS * pdwOptions
);
Consulte também
Interface IVsCombinedBrowseComponentSet
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo