Método AdapterService.GetAdapter<TAdapterType> (Type)
Retorna um adaptador do tipo de adaptador especificado para o item especificado.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public Function GetAdapter(Of TAdapterType As Adapter) ( _
itemType As Type _
) As TAdapterType
public TAdapterType GetAdapter<TAdapterType>(
Type itemType
)
where TAdapterType : Adapter
public:
generic<typename TAdapterType>
where TAdapterType : Adapter
TAdapterType GetAdapter(
Type^ itemType
)
member GetAdapter :
itemType:Type -> 'TAdapterType when 'TAdapterType : Adapter
O JScript não oferece suporte a tipos ou métodos genéricos.
Parâmetros de tipo
- TAdapterType
O tipo de adaptador.
Parâmetros
- itemType
Tipo: System.Type
Obtenha o adaptador para o item.
Valor de retorno
Tipo: TAdapterType
An Adapter of type TAdapterType for itemType.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.Services