IVsProfileSettingsTree.GetVisible(Int32) Yöntem

Tanım

Yer tutucu düğümün görünür olup olmadığını belirler.

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

Parametreler

pfVisible
Int32

dışı BOOL true yer tutucu düğümleri görünmez.

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

Şunlara uygulanır