Initializes a new instance of the DataViewPropertyDescriptor class with the property name.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public Sub New ( _
name As String _
)
'使用
Dim name As String
Dim instance As New DataViewPropertyDescriptor(name)
public DataViewPropertyDescriptor(
string name
)
public:
DataViewPropertyDescriptor(
String^ name
)
public function DataViewPropertyDescriptor(
name : String
)
Parameters
name
Type: System.StringThe name of the property.
Permissions
- 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
DataViewPropertyDescriptor Members