DesignerActionList.GetService(Type) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un oggetto che rappresenta un servizio fornito dal componente associato all'oggetto DesignerActionList.
public:
System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
public object? GetService (Type serviceType);
member this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object
Parametri
Restituisce
Oggetto Object che rappresenta un servizio fornito da Component. Questo valore restituisce null se da Component non viene fornito il servizio specificato.