InterfaceTypeAttribute Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
InterfaceTypeAttribute sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| InterfaceTypeAttribute(Int16) |
Belirtilen InterfaceTypeAttribute numaralandırma üyesiyle sınıfının yeni bir örneğini ComInterfaceType başlatır. |
| InterfaceTypeAttribute(ComInterfaceType) |
Belirtilen InterfaceTypeAttribute numaralandırma üyesiyle sınıfının yeni bir örneğini ComInterfaceType başlatır. |
InterfaceTypeAttribute(Int16)
- Kaynak:
- InterfaceTypeAttribute.cs
- Kaynak:
- InterfaceTypeAttribute.cs
- Kaynak:
- InterfaceTypeAttribute.cs
- Kaynak:
- InterfaceTypeAttribute.cs
- Kaynak:
- InterfaceTypeAttribute.cs
Belirtilen InterfaceTypeAttribute numaralandırma üyesiyle sınıfının yeni bir örneğini ComInterfaceType 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
- Kaynak:
- InterfaceTypeAttribute.cs
- Kaynak:
- InterfaceTypeAttribute.cs
Belirtilen InterfaceTypeAttribute numaralandırma üyesiyle sınıfının yeni bir örneğini ComInterfaceType 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 okunabilir kodlar için her zaman bu oluşturucuyu kullanın.