IVsProfileSettingsTree.GetEnabled(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the tree is enabled.
public:
int GetEnabled([Runtime::InteropServices::Out] int % pfEnabled);
int GetEnabled([Runtime::InteropServices::Out] int & pfEnabled);
public int GetEnabled (out int pfEnabled);
abstract member GetEnabled : int -> int
Public Function GetEnabled (ByRef pfEnabled As Integer) As Integer
Parameters
- pfEnabled
- Int32
[out] A BOOL value; true
if the tree is enabled.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
[C++]
HRESULT IVsProfileSettingsTree::GetEnabled(
[out] BOOL *pfEnabled
);