NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentModelPersister.GetServiceObject

Searches for the requested service.

[Visual Basic]
Overrides Protected Function GetServiceObject( _
   ByVal serviceType As Type _
) As Object
[C#]
protected override object GetServiceObject(
   Type serviceType
);
[C++]
protected: override Object* GetServiceObject(
   Type* serviceType
);
[JScript]
protected override function GetServiceObject(
   serviceType : Type
) : Object;

Parameters

serviceType
The service being requested.

Return Value

An instance of the service, or a null reference (in Visual Basic Nothing) if the service could not be found.

See Also

ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace | CodePersister