IVsProfileSettingsTree.GetRepresentedNode(IVsProfileSettingsTree) 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 whether a placeholder node has a represented node.
public:
int GetRepresentedNode([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ % ppRepresentedNode);
public:
int GetRepresentedNode([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ & ppRepresentedNode);
int GetRepresentedNode([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree const & & ppRepresentedNode);
public int GetRepresentedNode (out Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree ppRepresentedNode);
abstract member GetRepresentedNode : IVsProfileSettingsTree -> int
Public Function GetRepresentedNode (ByRef ppRepresentedNode As IVsProfileSettingsTree) As Integer
Parameters
- ppRepresentedNode
- IVsProfileSettingsTree
[out] Indicates that a placeholder node has a represented 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::GetRepresentedNode(
[out] IVsProfileSettingsTree **ppRepresentedNode
);