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
- serviceType
Type: System.Type
Return Value
Type: System.Object
Implements
IServiceProvider.GetService(Type)
.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.