IVsProfileSettingsTree.GetVisible(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.
Determines if a placeholder node is visible.
public:
int GetVisible([Runtime::InteropServices::Out] int % pfVisible);
int GetVisible([Runtime::InteropServices::Out] int & pfVisible);
public int GetVisible (out int pfVisible);
abstract member GetVisible : int -> int
Public Function GetVisible (ByRef pfVisible As Integer) As Integer
Parameters
- pfVisible
- Int32
[out] BOOL; true
if the placeholder nodes are invisible.
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::GetVisible(
[out] BOOL *pfVisible
);