BaseCodeGeneratorWithSite.GetService Method (Guid)
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)
Syntax
'Declaration
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
Parameters
- service
Type: Guid
Return Value
Type: Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.