DesignerWindowPane::GetService Method (Type^)
Visual Studio 2015
Gets the service of the specified type.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
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-
null if there is no service object of type serviceType.
| Exception | Condition |
|---|---|
| ArgumentNullException | serviceType is null. |
Show: