共用方式為


DataViewPropertyDescriptor 建構函式 (String)

DataViewPropertyDescriptor 初始化類別的新執行個體的屬性名稱。

命名空間:  Microsoft.VisualStudio.Data.Framework
組件:  Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)

語法

'宣告
Public Sub New ( _
    name As String _
)
public DataViewPropertyDescriptor(
    string name
)
public:
DataViewPropertyDescriptor(
    String^ name
)
new : 
        name:string -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
    name : String
)

參數

  • name
    類型:String

    屬性的名稱。

.NET Framework 安全性

請參閱

參考

DataViewPropertyDescriptor 類別

DataViewPropertyDescriptor 多載

Microsoft.VisualStudio.Data.Framework 命名空間