Método IVsLiteTree.Init (UInt32)
Publicado: abril de 2016
Inicializa a árvore usando as opções especificadas.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int Init(
uint grfOpts
)
int Init(
unsigned int grfOpts
)
abstract Init :
grfOpts:uint32 -> int
Function Init (
grfOpts As UInteger
) As Integer
Parâmetros
- grfOpts
[in] Especificando as opções de sinalizadores de bit.Para obter mais informações, consulte __VSLITETREEOPTS.
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.
Comentários
COM assinatura
[C++]
De vsshell.idl:
HRESULT IVsLiteTree::Init(
[in]VSLITETREEOPTS grfOpts
);
Consulte também
Interface IVsLiteTree
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo