Share via


VSDiagramViewSite.GetService Method

Gets service of specified type.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Public Function GetService ( _
    serviceType As Type _
) As Object
public Object GetService(
    Type serviceType
)
public:
virtual Object^ GetService(
    Type^ serviceType
) sealed
abstract GetService : 
        serviceType:Type -> Object  
override GetService : 
        serviceType:Type -> Object
public final function GetService(
    serviceType : Type
) : Object

Parameters

Return Value

Type: System.Object

Implements

IServiceProvider.GetService(Type)

.NET Framework Security

See Also

Reference

VSDiagramViewSite Class

Microsoft.VisualStudio.Modeling.Shell Namespace