共用方式為


DataObjectEventArgs.TypeName 屬性

取得資料物件型別的名稱。

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

語法

'宣告
Public ReadOnly Property TypeName As String
public string TypeName { get; }
public:
property String^ TypeName {
    String^ get ();
}
member TypeName : string with get
function get TypeName () : String

屬性值

類型:String
表示資料物件型別的名稱 String 值。

.NET Framework 安全性

請參閱

參考

DataObjectEventArgs 類別

Microsoft.VisualStudio.Data.Services 命名空間