IVsProfileSettingsTree.GetRepresentedNode(IVsProfileSettingsTree) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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
);