Partilhar via


Método ProjectPackage.TryGetService<TServiceObject, TServiceType>

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 TryGetService(Of TServiceObject, TServiceType) As TServiceType
public TServiceType TryGetService<TServiceObject, TServiceType>()
public:
generic<typename TServiceObject, typename TServiceType>
TServiceType TryGetService()
member TryGetService : unit -> 'TServiceType 
O JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

  • TServiceObject
  • TServiceType

Valor de retorno

Tipo: TServiceType
O objeto de serviço, ou null se o serviço não encontrado.

Segurança do .NET Framework

Consulte também

Referência

ProjectPackage Classe

Sobrecargas TryGetService

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