DataRowView.ICustomTypeDescriptor.GetProperties Yöntem
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.
Bir bileşenin bu örneğinin özelliklerini döndürür.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| ICustomTypeDescriptor.GetProperties() |
Bir bileşenin bu örneğinin özelliklerini döndürür. |
| ICustomTypeDescriptor.GetProperties(Attribute[]) |
Belirtilen özniteliklere sahip bir bileşenin bu örneğinin özelliklerini döndürür. |
Açıklamalar
Bu üye açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir DataRowView arabirime ICustomTypeDescriptor yayınlandığında kullanılabilir.
ICustomTypeDescriptor.GetProperties()
- Kaynak:
- DataRowView.cs
- Kaynak:
- DataRowView.cs
- Kaynak:
- DataRowView.cs
- Kaynak:
- DataRowView.cs
- Kaynak:
- DataRowView.cs
Bir bileşenin bu örneğinin özelliklerini döndürür.
virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")]
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
Döndürülenler
Bir bileşenin bu örneğinin özellikleri.
Uygulamalar
- Öznitelikler
Açıklamalar
Bu üye açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir DataRowView arabirime ICustomTypeDescriptor yayınlandığında kullanılabilir.
Şunlara uygulanır
ICustomTypeDescriptor.GetProperties(Attribute[])
- Kaynak:
- DataRowView.cs
- Kaynak:
- DataRowView.cs
- Kaynak:
- DataRowView.cs
- Kaynak:
- DataRowView.cs
- Kaynak:
- DataRowView.cs
Belirtilen özniteliklere sahip bir bileşenin bu örneğinin özelliklerini döndürür.
virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered. The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")]
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes);
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered. The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
Parametreler
- attributes
- Attribute[]
Öznitelikler.
Döndürülenler
Bir bileşenin bu örneğinin özellikleri.
Uygulamalar
- Öznitelikler
Açıklamalar
Bu üye açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir DataRowView arabirime ICustomTypeDescriptor yayınlandığında kullanılabilir.