DataViewPropertyDescriptor Constructor (PropertyDescriptor)
Initializes a new instance of the DataViewPropertyDescriptor class with the property descriptor object.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub New ( _
baseDescriptor As PropertyDescriptor _
)
public DataViewPropertyDescriptor(
PropertyDescriptor baseDescriptor
)
public:
DataViewPropertyDescriptor(
PropertyDescriptor^ baseDescriptor
)
new :
baseDescriptor:PropertyDescriptor -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
baseDescriptor : PropertyDescriptor
)
Parameters
baseDescriptor
Type: System.ComponentModel.PropertyDescriptorA PropertyDescriptor object representing a base descriptor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataViewPropertyDescriptor Class