DataObjectChangedEventArgs.TypeName Property

Retrieves the name of the data object type involved in the change.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Public ReadOnly Property TypeName As String
'使用
Dim instance As DataObjectChangedEventArgs
Dim value As String

value = instance.TypeName
public string TypeName { get; }
public:
property String^ TypeName {
    String^ get ();
}
public function get TypeName () : String

Property Value

Type: System.String

Returns the string literal name of the data object type involved in the change.

Permissions

See Also

Reference

DataObjectChangedEventArgs Class

DataObjectChangedEventArgs Members

Microsoft.VisualStudio.Data Namespace