Interop.ICustomTypeDescriptor.GetProperties Metodo

Definizione

Restituisce l'insieme di proprietà per l'oggetto contenuto Activity.

Overload

Nome Descrizione
ICustomTypeDescriptor.GetProperties()

Restituisce l'insieme di proprietà per l'oggetto contenuto Activity.

ICustomTypeDescriptor.GetProperties(Attribute[])

Restituisce la raccolta di proprietà per l'oggetto contenuto Activity utilizzando una matrice di attributi specificata come filtro.

ICustomTypeDescriptor.GetProperties()

Restituisce l'insieme di proprietà per l'oggetto contenuto Activity.

 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

Valori restituiti

Oggetto PropertyDescriptorCollection che rappresenta la raccolta di proprietà per l'oggetto contenuto Activity.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia InteropICustomTypeDescriptor .

Si applica a

ICustomTypeDescriptor.GetProperties(Attribute[])

Restituisce la raccolta di proprietà per l'oggetto contenuto Activity utilizzando una matrice di attributi specificata come filtro.

 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

Parametri

attributes
Attribute[]

Matrice di attributi utilizzata per filtrare le proprietà.

Valori restituiti

Raccolta di proprietà per l'oggetto contenuto Activity.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia InteropICustomTypeDescriptor .

Si applica a