Método IVsSimpleBrowseComponentSet.put_ChildListOptions (UInt32)
Define as opções para o filho IVsSimpleObjectList2 a lista de um símbolo na árvore hierárquica de símbolos.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int put_ChildListOptions(
uint dwOptions
)
int put_ChildListOptions(
unsigned int dwOptions
)
abstract put_ChildListOptions :
dwOptions:uint32 -> int
Function put_ChildListOptions (
dwOptions As UInteger
) As Integer
Parâmetros
- dwOptions
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.put_ChildListOptions(UInt32)
Comentários
COM assinatura
De vsshell80.idl:
HRESULT put_ChildListOptions(
[in] BROWSE_COMPONENT_SET_OPTIONS dwOptions
);
Consulte também
Interface IVsSimpleBrowseComponentSet
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo