Compartilhar via


Método IVsDataMappedObjectSelector.SupportsType<T> (String)

Indica se o seletor mapeado do objeto pode mapear o tipo de objeto relacional representado pelo tipo genérico T e nome de tipo específico para um tipo subjacente.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
Function SupportsType(Of T As IVsDataMappedObject) ( _
    specificTypeName As String _
) As Boolean
bool SupportsType<T>(
    string specificTypeName
)
where T : IVsDataMappedObject
generic<typename T>
where T : IVsDataMappedObject
bool SupportsType(
    String^ specificTypeName
)
abstract SupportsType : 
        specificTypeName:string -> bool  when 'T : IVsDataMappedObject
JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

  • T
    O tipo de parâmetro.

Parâmetros

  • specificTypeName
    Tipo: System.String
    O nome do tipo específico de objeto relacional para examinar.

Valor de retorno

Tipo: System.Boolean
true se o tipo é suportado; caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IVsDataMappedObjectSelector Interface

Sobrecargas SupportsType

Namespace Microsoft.VisualStudio.Data.Services