Método IVsProfileSettingsTree.SetEnabled (Int32, Int32)
Publicado: abril de 2016
Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código.
Especifica se um nó está ativado.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int SetEnabled(
int fEnabled,
int fIncludeChildren
)
int SetEnabled(
int fEnabled,
int fIncludeChildren
)
abstract SetEnabled :
fEnabled:int *
fIncludeChildren:int -> int
Function SetEnabled (
fEnabled As Integer,
fIncludeChildren As Integer
) As Integer
Parâmetros
- fEnabled
[in] BOOL; trueSe o nó estiver habilitado.
- fIncludeChildren
[in] BOOL; trueSe o nó e TI filhos são ativados.
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
De vsshell80.idl:
[C++]
HRESULT IVsProfileSettingsTree::SetEnabled(
[in] BOOL fEnabled,
[in] BOOL fIncludeChildren
);
Consulte também
Interface IVsProfileSettingsTree
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo