Retrieves host services that assist the value editor. The only service currently available in IEditorHost, which will be obtained by passing in typeof(IEditorSite), and IEditorSite, which can be obtained by passing in typeof(IEditorSite).
[Visual Basic] Function GetServiceObject( _ ByVal serviceClass As Type _ ) As Object [C#] object GetServiceObject( Type serviceClass ); [C++] Object* GetServiceObject( Type* serviceClass ) = 0; [JScript] function GetServiceObject( serviceClass : Type ) : Object;
service that was requested. (returning null if service wasn't available.)
IValueAccess Interface | IValueAccess Members | System.ComponentModel Namespace