Aracılığıyla paylaş


DbDataRecord.ICustomTypeDescriptor.GetProperties Yöntem

Tanım

Aşırı Yüklemeler

ICustomTypeDescriptor.GetProperties()

Bir bileşenin bu örneği için özellikleri döndürür.

ICustomTypeDescriptor.GetProperties(Attribute[])

Öznitelik dizisini filtre olarak kullanarak bir bileşenin bu örneğinin özelliklerini döndürür.

ICustomTypeDescriptor.GetProperties()

Kaynak:
DbDataRecord.cs
Kaynak:
DbDataRecord.cs
Kaynak:
DbDataRecord.cs

Bir bileşenin bu örneği için özellikleri döndürür.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();
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

PropertyDescriptorCollection Bu bileşen örneğinin özelliklerini temsil eden bir.

Uygulamalar

Açıklamalar

Daha fazla bilgi için bkz. GetProperties.

Ayrıca bkz.

Şunlara uygulanır

ICustomTypeDescriptor.GetProperties(Attribute[])

Kaynak:
DbDataRecord.cs
Kaynak:
DbDataRecord.cs
Kaynak:
DbDataRecord.cs

Öznitelik dizisini filtre olarak kullanarak 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.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
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[]

Filtre olarak kullanılan tür Attribute dizisi.

Döndürülenler

PropertyDescriptorCollection Bu bileşen örneğinin filtrelenmiş özelliklerini temsil eden bir.

Uygulamalar

Açıklamalar

Daha fazla bilgi için bkz. GetProperties.

Ayrıca bkz.

Şunlara uygulanır