IVsDataObjectTypeMember.Type Property
Gets the type of the data object as a Type.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property Type As Type
Type Type { get; }
property Type^ Type {
Type^ get ();
}
abstract Type : Type with get
function get Type () : Type
Property Value
Type: System.Type
The type of the data object as a Type.
.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.