ModelingProject.IServiceProvider.GetService Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
Private Function GetService ( _
    serviceType As Type _
) As Object Implements IServiceProvider.GetService
'Usage
Dim instance As ModelingProject
Dim serviceType As Type
Dim returnValue As Object

returnValue = CType(instance, IServiceProvider).GetService(serviceType)
Object IServiceProvider.GetService(
    Type serviceType
)
private:
virtual Object^ GetService(
    Type^ serviceType
) sealed = IServiceProvider::GetService
private abstract GetService : 
        serviceType:Type -> Object 
private override GetService : 
        serviceType:Type -> Object 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Object

Implements

IServiceProvider.GetService(Type)

.NET Framework Security

See Also

Reference

ModelingProject Class

ModelingProject Members

Microsoft.VisualStudio.Uml.Extensions Namespace