IVsProfileSettingsTree.GetRepresentedNode(IVsProfileSettingsTree) Метод

Определение

Определяет, имеет ли узел заполнителя представленный узел.

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

Параметры

ppRepresentedNode
IVsProfileSettingsTree

[out] Указывает, что узел заполнителя имеет представленный узел.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

Подпись COM

Из vsshell80. IDL:

[C++]

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

Применяется к