Aracılığıyla paylaş


DynamicActivity<TResult>.ICustomTypeDescriptor.GetProperties Yöntem

Tanım

Dinamik etkinliğin özellik koleksiyonunu döndürür.

Aşırı Yüklemeler

ICustomTypeDescriptor.GetProperties()

Dinamik etkinliğin özellik koleksiyonunu döndürür.

ICustomTypeDescriptor.GetProperties(Attribute[])

Filtre olarak belirtilen öznitelik dizisini kullanarak dinamik etkinliğin özellik koleksiyonunu döndürür.

ICustomTypeDescriptor.GetProperties()

Dinamik etkinliğin özellik koleksiyonunu 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

Özellik koleksiyonu.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICustomTypeDescriptor arabirime DynamicActivity<TResult> yayınlandığında kullanılabilir.

Şunlara uygulanır

ICustomTypeDescriptor.GetProperties(Attribute[])

Filtre olarak belirtilen öznitelik dizisini kullanarak dinamik etkinliğin özellik koleksiyonunu 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 kullanabileceğiniz bir dizi.

Döndürülenler

Belirtilen özniteliklerle eşleşen özellikler koleksiyonu.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICustomTypeDescriptor arabirime DynamicActivity<TResult> yayınlandığında kullanılabilir.

Şunlara uygulanır