Lingua

LocalizableTypeConverter.GetProperties Metodo

Definizione

Overload

Nome Descrizione
GetProperties(PropertyInfo[])

Ottenere una raccolta di PropertyDescriptor che descrivono le proprietà passate. ResourceManager verrà recuperato dal tipo dichiarante della prima proprietà nell'elenco delle proprietà.

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Ottenere una raccolta di PropertyDescriptor che descrivono le proprietà dell'oggetto di input

GetProperties(PropertyInfo[])

Ottenere una raccolta di PropertyDescriptor che descrivono le proprietà passate. ResourceManager verrà recuperato dal tipo dichiarante della prima proprietà nell'elenco delle proprietà.

public System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Reflection.PropertyInfo[] properties);
override this.GetProperties : System.Reflection.PropertyInfo[] -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetProperties (properties As PropertyInfo()) As PropertyDescriptorCollection

Parametri

properties
PropertyInfo[]

Valori restituiti

Si applica a

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Ottenere una raccolta di PropertyDescriptor che descrivono le proprietà dell'oggetto di input

public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, Attribute[] filter);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, value As Object, filter As Attribute()) As PropertyDescriptorCollection

Parametri

context
ITypeDescriptorContext

Inutilizzato, contesto dell'oggetto

value
Object

Oggetto di cui vengono descritte le proprietà

filter
Attribute[]

Attributi inutilizzati con cui filtrare le proprietà.

Valori restituiti

Insieme di PropertyDescriptors

Si applica a