EventsTab.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.
Ottiene tutte le proprietà della scheda relativa all'evento.
Overload
GetProperties(Object, Attribute[]) |
Ottiene tutte le proprietà della scheda relativa all'evento che corrispondono agli attributi specificati. |
GetProperties(ITypeDescriptorContext, Object, Attribute[]) |
Ottiene tutte le proprietà della scheda relativa all'evento che corrispondono agli attributi e al contesto specificati. |
GetProperties(Object, Attribute[])
Ottiene tutte le proprietà della scheda relativa all'evento che corrispondono agli attributi specificati.
public:
override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[]? attributes);
override this.GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection
Parametri
- component
- Object
Componente di cui recuperare le proprietà.
- attributes
- Attribute[]
Matrice dell'oggetto Attribute che indica gli attributi delle proprietà dell'evento da recuperare.
Restituisce
Oggetto PropertyDescriptorCollection che contiene le proprietà. Corrisponderà a un insieme PropertyDescriptorCollection vuoto se il componente non implementa un servizio eventi.
Commenti
Le proprietà della scheda evento vengono determinate dalle proprietà dell'evento restituite dal servizio eventi di un componente.
Si applica a
GetProperties(ITypeDescriptorContext, Object, Attribute[])
Ottiene tutte le proprietà della scheda relativa all'evento che corrispondono agli attributi e al contesto specificati.
public:
override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, component As Object, attributes As Attribute()) As PropertyDescriptorCollection
Parametri
- context
- ITypeDescriptorContext
Oggetto ITypeDescriptorContext che consente di ottenere le informazioni sul contesto.
- component
- Object
Componente di cui recuperare le proprietà.
- attributes
- Attribute[]
Matrice di tipo Attribute che indica gli attributi delle proprietà dell'evento da recuperare.
Restituisce
Oggetto PropertyDescriptorCollection che contiene le proprietà. Corrisponderà a un insieme PropertyDescriptorCollection vuoto se il componente non implementa un servizio eventi.