BaseCodeGeneratorWithSite.GetService Method

Microsoft internal use only.

Namespace:  Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Protected Function GetService ( _
    serviceType As Type _
) As Object
'Usage
Dim serviceType As Type
Dim returnValue As Object

returnValue = Me.GetService(serviceType)
protected Object GetService(
    Type serviceType
)
protected:
Object^ GetService(
    Type^ serviceType
)
protected function GetService(
    serviceType : Type
) : Object

Parameters

  • serviceType
    Type: System.Type
    Microsoft internal use only.

Return Value

Type: System.Object
Microsoft internal use only.

Permissions

See Also

Reference

BaseCodeGeneratorWithSite Class

BaseCodeGeneratorWithSite Members

Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace