Share via


DynamicActivity<TResult>.ICustomTypeDescriptor.GetProperties Metoda

Definice

Vrátí kolekci vlastností dynamické aktivity.

Přetížení

ICustomTypeDescriptor.GetProperties()

Vrátí kolekci vlastností dynamické aktivity.

ICustomTypeDescriptor.GetProperties(Attribute[])

Vrátí kolekci vlastností dynamické aktivity pomocí zadaného pole atributů jako filtru.

ICustomTypeDescriptor.GetProperties()

Vrátí kolekci vlastností dynamické aktivity.

 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

Návraty

Kolekce vlastností.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že DynamicActivity<TResult> je instance přetypovaná na ICustomTypeDescriptor rozhraní.

Platí pro

ICustomTypeDescriptor.GetProperties(Attribute[])

Vrátí kolekci vlastností dynamické aktivity pomocí zadaného pole atributů jako filtru.

 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

Parametry

attributes
Attribute[]

Pole, které můžete použít jako filtr.

Návraty

Kolekce vlastností, které odpovídají zadaným atributům.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že DynamicActivity<TResult> je instance přetypovaná na ICustomTypeDescriptor rozhraní.

Platí pro