PointConverter.GetProperties Methode

Definition

Ruft den Satz von Eigenschaften für diesen Typ ab. Standardmäßig gibt ein Typ keine Eigenschaften zurück.

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ value, cli::array <Attribute ^> ^ attributes);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of value cannot be statically discovered. The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")]
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext? context, object? value, Attribute[]? attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, Attribute[] attributes);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of value cannot be statically discovered. The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")>]
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, value As Object, attributes As Attribute()) As PropertyDescriptorCollection

Parameter

context
ITypeDescriptorContext

Ein Typdeskriptor, über den zusätzlicher Kontext bereitgestellt werden kann.

value
Object

Der Wert des Objekts, für das die Eigenschaften abgerufen werden sollen.

attributes
Attribute[]

Ein Array von Attribute Objekten, die die Eigenschaften beschreiben.

Gibt zurück

Der Satz von Eigenschaften, die für diesen Datentyp verfügbar gemacht werden. Wenn keine Eigenschaften verfügbar gemacht werden, gibt diese Methode möglicherweise zurück null. Die Standardimplementierung gibt immer zurück null.

Attribute

Hinweise

Eine einfache Implementierung dieser Methode kann einfach den richtigen Datentyp aufrufen GetProperties .

Gilt für: