IVsCombinedBrowseComponentSet.put_ChildListOptions(UInt32) Yöntem

Tanım

IVsSimpleObjectList2Sembol hiyerarşik ağacındaki sembolün alt öğe listesinin seçeneklerini ayarlar.

public:
 int put_ChildListOptions(System::UInt32 dwOptions);
public:
 int put_ChildListOptions(unsigned int dwOptions);
int put_ChildListOptions(unsigned int dwOptions);
public int put_ChildListOptions (uint dwOptions);
abstract member put_ChildListOptions : uint32 -> int
Public Function put_ChildListOptions (dwOptions As UInteger) As Integer

Parametreler

dwOptions
UInt32

Bir değer ya da değerler birleşimi _BROWSE_COMPONENT_SET_OPTIONS .

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.

Uygulamalar

Açıklamalar

COM Imzası

Vsshell80. IDL adresinden:

HRESULT put_ChildListOptions(  
[in] BROWSE_COMPONENT_SET_OPTIONS dwOptions  
);  

Şunlara uygulanır