ListSortDescription.PropertyDescriptor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the abstract description of a class property associated with this ListSortDescription.
public:
property System::ComponentModel::PropertyDescriptor ^ PropertyDescriptor { System::ComponentModel::PropertyDescriptor ^ get(); void set(System::ComponentModel::PropertyDescriptor ^ value); };
public System.ComponentModel.PropertyDescriptor? PropertyDescriptor { get; set; }
public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get; set; }
member this.PropertyDescriptor : System.ComponentModel.PropertyDescriptor with get, set
Public Property PropertyDescriptor As PropertyDescriptor
Property Value
The PropertyDescriptor associated with this ListSortDescription.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.