DynamicActivity<TResult>.ICustomTypeDescriptor.GetProperties Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce la raccolta di proprietà dell'attività dinamica.
Overload
ICustomTypeDescriptor.GetProperties() |
Restituisce la raccolta di proprietà dell'attività dinamica. |
ICustomTypeDescriptor.GetProperties(Attribute[]) |
Restituisce la raccolta di proprietà dell'attività dinamica utilizzando una matrice di attributi specificata come filtro. |
ICustomTypeDescriptor.GetProperties()
Restituisce la raccolta di proprietà dell'attività dinamica.
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
Restituisce
Raccolta di proprietà.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza DynamicActivity<TResult> a un'interfaccia ICustomTypeDescriptor.
Si applica a
ICustomTypeDescriptor.GetProperties(Attribute[])
Restituisce la raccolta di proprietà dell'attività dinamica 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 che si può usare come filtro.
Restituisce
Raccolta degli proprietà che corrispondono agli attributi specificati.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza DynamicActivity<TResult> a un'interfaccia ICustomTypeDescriptor.