DataViewPropertyDescriptor Constructor

Initializes a new instance of the DataViewPropertyDescriptor class.

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, []) Initializes a new instance of the DataViewPropertyDescriptor class with the property descriptor object and an array of attributes.
Public method DataViewPropertyDescriptor(String, []) 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

DataViewPropertyDescriptor Members

Microsoft.VisualStudio.Data.Framework Namespace