IVsProfileSettingsTree.GetRepresentedNode(IVsProfileSettingsTree) Methode

Definition

Bestimmt, ob ein Platzhalterknoten über einen dargestellten Knoten verfügt.

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

Parameter

ppRepresentedNode
IVsProfileSettingsTree

[out] Gibt an, dass ein Platzhalterknoten über einen repräsentierten Knoten verfügt.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell80. idl:

[C++]

HRESULT IVsProfileSettingsTree::GetRepresentedNode(  
   [out] IVsProfileSettingsTree **ppRepresentedNode  
);  

Gilt für