IVsProfileSettingsTree.GetIsPlaceholder(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 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
);