Método BaseCodeGeneratorWithSite.GetService (Guid)

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (em Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)

Sintaxe

'Declaração
Protected Function GetService ( _
    service As Guid _
) As Object
protected Object GetService(
    Guid service
)
protected:
Object^ GetService(
    Guid service
)
member GetService : 
        service:Guid -> Object 
protected function GetService(
    service : Guid
) : Object

Parâmetros

Valor de retorno

Tipo: System.Object
Retorna Object.

Segurança do .NET Framework

Consulte também

Referência

BaseCodeGeneratorWithSite Classe

Sobrecargas GetService

Namespace Microsoft.VisualStudio.TextTemplating.VSHost