DataViewPropertyDescriptor Constructor (String, array<Attribute )
Initializes a new instance of the DataViewPropertyDescriptor class with the property name and an array of attributes.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
ParamArray attributes As Attribute() _
)
public DataViewPropertyDescriptor(
string name,
params Attribute[] attributes
)
public:
DataViewPropertyDescriptor(
String^ name,
... array<Attribute^>^ attributes
)
new :
name:string *
attributes:Attribute[] -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
name : String,
... attributes : Attribute[]
)
Parameters
name
Type: System.StringThe property name.
attributes
Type: array<System.Attribute[]An array containing the property attributes.
.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