WorkflowOutline::GetService Method (Type^)

 

Returns an object that represents a service provided by the WorkflowOutline or by its Container.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
virtual Object^ GetService(
	Type^ serviceType
) override

Parameters

serviceType
Type: System::Type^

The Type that represents the service provided by the WorkflowOutline.

Return Value

Type: System::Object^

An Object that represents a service provided by WorkflowOutline.

.NET Framework
Available since 3.0
Return to top
Show: