IVsProfileSettingsTree.SetEnabled(Int32, Int32) Método

Definição

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

Int32

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  
);  

Aplica-se a