IVsProfileSettingsTree.GetVisible(Int32) Method

Definition

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

Applies to