InterfaceTypeAttribute Oluşturucular

Tanım

InterfaceTypeAttribute sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

InterfaceTypeAttribute(Int16)

Belirtilen ComInterfaceType numaralandırma üyesiyle sınıfının yeni bir örneğini InterfaceTypeAttribute başlatır.

InterfaceTypeAttribute(ComInterfaceType)

Belirtilen ComInterfaceType numaralandırma üyesiyle sınıfının yeni bir örneğini InterfaceTypeAttribute başlatır.

InterfaceTypeAttribute(Int16)

Kaynak:
InterfaceTypeAttribute.cs
Kaynak:
InterfaceTypeAttribute.cs
Kaynak:
InterfaceTypeAttribute.cs

Belirtilen ComInterfaceType numaralandırma üyesiyle sınıfının yeni bir örneğini InterfaceTypeAttribute başlatır.

public:
 InterfaceTypeAttribute(short interfaceType);
public InterfaceTypeAttribute (short interfaceType);
new System.Runtime.InteropServices.InterfaceTypeAttribute : int16 -> System.Runtime.InteropServices.InterfaceTypeAttribute
Public Sub New (interfaceType As Short)

Parametreler

interfaceType
Int16

Arabirimin COM istemcilerine nasıl açıklanması gerektiğini açıklar.

Açıklamalar

Bu oluşturucu, her ComInterfaceType numaralandırma üyesini temsil eden temel 16 bitlik bir tamsayı alır. Tlbimp.exe (Tür Kitaplığı İçeri Aktarıcısı) bu oluşturucuyu kullanır.

Ayrıca bkz.

Şunlara uygulanır

InterfaceTypeAttribute(ComInterfaceType)

Kaynak:
InterfaceTypeAttribute.cs
Kaynak:
InterfaceTypeAttribute.cs
Kaynak:
InterfaceTypeAttribute.cs

Belirtilen ComInterfaceType numaralandırma üyesiyle sınıfının yeni bir örneğini InterfaceTypeAttribute başlatır.

public:
 InterfaceTypeAttribute(System::Runtime::InteropServices::ComInterfaceType interfaceType);
public InterfaceTypeAttribute (System.Runtime.InteropServices.ComInterfaceType interfaceType);
new System.Runtime.InteropServices.InterfaceTypeAttribute : System.Runtime.InteropServices.ComInterfaceType -> System.Runtime.InteropServices.InterfaceTypeAttribute
Public Sub New (interfaceType As ComInterfaceType)

Parametreler

interfaceType
ComInterfaceType

Arabirimin ComInterfaceType COM istemcilerine nasıl açıklanması gerektiğini açıklayan değerlerden biri.

Açıklamalar

Hataya daha az eğilimli olan okunabilir kodlar için her zaman bu oluşturucuyu kullanın.

Şunlara uygulanır