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

Consulte também

Referência

AdapterService Classe

Sobrecargas GetAdapter

Namespace Microsoft.Windows.Design.Services

Adapter

ParentAdapter

Outros recursos

Noções básicas sobre extensibilidade Designer WPF