IVsProfileSettingsTree.SetEnabled(Int32, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica se um nó está habilitado.
public:
int SetEnabled(int fEnabled, int fIncludeChildren);
public:
int SetEnabled(int fEnabled, int fIncludeChildren);
int SetEnabled(int fEnabled, int fIncludeChildren);
public int SetEnabled (int fEnabled, int fIncludeChildren);
abstract member SetEnabled : int * int -> int
Public Function SetEnabled (fEnabled As Integer, fIncludeChildren As Integer) As Integer
Parâmetros
- fEnabled
- Int32
no BOOL true se o nó estiver habilitado.
- fIncludeChildren
- Int32
no BOOL true se o nó e os filhos estiverem habilitados.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.
Comentários
Assinatura COM
De vsshell80. idl:
[C++]
HRESULT IVsProfileSettingsTree::SetEnabled(
[in] BOOL fEnabled,
[in] BOOL fIncludeChildren
);