Método BaseCodeGeneratorWithSite.GetService (Type)
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (em Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)
Sintaxe
'Declaração
Protected Function GetService ( _
service As Type _
) As Object
protected Object GetService(
Type service
)
protected:
Object^ GetService(
Type^ service
)
member GetService :
service:Type -> Object
protected function GetService(
service : Type
) : Object
Parâmetros
- service
Tipo: Type
Valor de retorno
Tipo: Object
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ável.