IVsProfileSettingsTree.GetRepresentedNode(IVsProfileSettingsTree) Yöntem

Tanım

Bir yer tutucu düğümünün temsil edilen bir düğüme sahip olup olmadığını belirler.

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

Parametreler

ppRepresentedNode
IVsProfileSettingsTree

dışı Bir yer tutucu düğümünün temsil edilen bir düğüme sahip olduğunu gösterir.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell80. IDL adresinden:

[C++]

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

Şunlara uygulanır