IVsProfileSettingsTree.GetIsPlaceholder(Int32) Yöntem

Tanım

Düğümün yer tutucu olup olmadığını belirler.

public:
 int GetIsPlaceholder([Runtime::InteropServices::Out] int % pfPlaceholder);
int GetIsPlaceholder([Runtime::InteropServices::Out] int & pfPlaceholder);
public int GetIsPlaceholder (out int pfPlaceholder);
abstract member GetIsPlaceholder : int -> int
Public Function GetIsPlaceholder (ByRef pfPlaceholder As Integer) As Integer

Parametreler

pfPlaceholder
Int32

dışı Bunun yer tutucu bir düğüm olup olmadığını belirler.

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::GetIsPlaceholder(  
   [out] BOOL *pfPlaceholder  
);  

Şunlara uygulanır