IVsProfileSettingsTree.GetRepresentedNode(IVsProfileSettingsTree) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
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
);