IVsDropdownBarClient.GetComboAttributes(Int32, UInt32, UInt32, IntPtr) Yöntem

Tanım

Açılan çubuk/pencere birleşimi hakkında bilgi döndürür.

public:
 int GetComboAttributes(int iCombo, [Runtime::InteropServices::Out] System::UInt32 % pcEntries, [Runtime::InteropServices::Out] System::UInt32 % puEntryType, [Runtime::InteropServices::Out] IntPtr % phImageList);
public int GetComboAttributes (int iCombo, out uint pcEntries, out uint puEntryType, out IntPtr phImageList);
abstract member GetComboAttributes : int * uint32 * uint32 * nativeint -> int
Public Function GetComboAttributes (iCombo As Integer, ByRef pcEntries As UInteger, ByRef puEntryType As UInteger, ByRef phImageList As IntPtr) As Integer

Parametreler

iCombo
Int32

'ndaki Açılan çubuk/pencere birleşimi.

pcEntries
UInt32

'ndaki Kombinasyondaki giriş sayısı.

puEntryType
UInt32

dışı Bir birleşim için çizim protokolünü belirtir. Değerler DROPDOWNENTRYTYPE numaralandırmasından alınır.

phImageList
IntPtr

nativeint

dışı Bir HıMAGELIST için tanıtıcı.

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ı

Textmgr. IDL dosyasından:

HRESULT IVsDropdownBarClient::GetComboAttributes(  
   [in] long iCombo,  
   [out] ULONG *pcEntries,  
   [out] ULONG *puEntryType  
);  

Out parametrelerinden herhangi biri,, phImageList puEntryType ve pcEntries , null ilişkili bilgiler gerekmiyorsa olabilir.

Not

phImageList``GetComboAttributes,, makineler arasında sıralanamaz.

Şunlara uygulanır