Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the mapped object selector can map the relational object type represented by the generic type T to an underlying type.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function SupportsType(Of T As IVsDataMappedObject) As Boolean
bool SupportsType<T>()
where T : IVsDataMappedObject
generic<typename T>
where T : IVsDataMappedObject
bool SupportsType()
abstract SupportsType : unit -> bool when 'T : IVsDataMappedObject
JScript does not support generic types or methods.
Type Parameters
- T
The type of the parameter.
Return Value
Type: System.Boolean
true if the type is supported; otherwise, false.
Remarks
The type is supported if there is a corresponding mapped type entry for it in the data object support model.
.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.