IVsProfileSettingsTree.GetIsPlaceholder(Int32) Method

Definition

Determines if the node is a placeholder.

public:
 int GetIsPlaceholder([Runtime::InteropServices::Out] int % pfPlaceholder);
int GetIsPlaceholder([Runtime::InteropServices::Out] int & pfPlaceholder);
public int GetIsPlaceholder (out int pfPlaceholder);
abstract member GetIsPlaceholder : int -> int
Public Function GetIsPlaceholder (ByRef pfPlaceholder As Integer) As Integer

Parameters

pfPlaceholder
Int32

[out] Determines whether this is a placeholder node.

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::GetIsPlaceholder(  
   [out] BOOL *pfPlaceholder  
);  

Applies to