Partilhar via


Método ProjectPackage.GetService<TServiceType> (Type)

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Function GetService(Of TServiceType) ( _
    serviceType As Type _
) As TServiceType
public TServiceType GetService<TServiceType>(
    Type serviceType
)
public:
generic<typename TServiceType>
TServiceType GetService(
    Type^ serviceType
)
member GetService : 
        serviceType:Type -> 'TServiceType 
O JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

  • TServiceType

Parâmetros

Valor de retorno

Tipo: TServiceType
Objeto de serviço.

Segurança do .NET Framework

Consulte também

Referência

ProjectPackage Classe

Sobrecargas GetService

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal