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!

CollectionEditor.GetServiceObject

Retrieves the requested service, if it is available.

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

Parameters

serviceType
The type of service to retrieve.

Return Value

An instance of the service, or null if the service could not be found.

See Also

CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace