Share via


DataViewPropertyDescriptor Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the DataViewPropertyDescriptor class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method DataViewPropertyDescriptor(PropertyDescriptor) Initializes a new instance of the DataViewPropertyDescriptor class with the property descriptor object.
Public method DataViewPropertyDescriptor(String) Initializes a new instance of the DataViewPropertyDescriptor class with the property name.
Public method DataViewPropertyDescriptor(PropertyDescriptor, array<Attribute[]) Initializes a new instance of the DataViewPropertyDescriptor class with the property descriptor object and an array of attributes.
Public method DataViewPropertyDescriptor(String, array<Attribute[]) Initializes a new instance of the DataViewPropertyDescriptor class with the property name and an array of attributes.
Public method DataViewPropertyDescriptor(String, String) Initializes a new instance of the DataViewPropertyDescriptor class with the property name and a property display name.
Public method DataViewPropertyDescriptor(String, String, String) Initializes a new instance of the DataViewPropertyDescriptor class with the property name, the property display name, and a category name.
Public method DataViewPropertyDescriptor(String, String, String, String) Initializes a new instance of the DataViewPropertyDescriptor class with the property name, another version of the property name for display purposes, a category name, and a description.
Public method DataViewPropertyDescriptor(String, String, String, String, Boolean) Initializes a new instance of the DataViewPropertyDescriptor class with the property name, another version of the property name for display purposes, a category name, and a description.

Top

See Also

Reference

DataViewPropertyDescriptor Class

Microsoft.VisualStudio.Data.Framework Namespace