DesignerWindowPane.GetService Method

Gets the service of the specified type.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Protected Overrides Function GetService ( _
    serviceType As Type _
) As Object
'使用
Dim serviceType As Type
Dim returnValue As Object

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

Parameters

  • serviceType
    Type: System.Type

    A Type that specifies the type of service object to get.

Return Value

Type: System.Object

A service object of type serviceType.

-or-

a null reference (Nothing in Visual Basic) if there is no service object of type serviceType.

Exceptions

Exception Condition
ArgumentNullException

serviceType is a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

DesignerWindowPane Class

DesignerWindowPane Members

Microsoft.VisualStudio.Shell.Design Namespace

IServiceProvider