ExternalDataExchangeService.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.
Ottiene l'implementazione del servizio del tipo di interfaccia specificato, se il servizio è disponibile.
public:
System::Object ^ GetService(Type ^ serviceType);
public:
virtual System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
public virtual object GetService (Type serviceType);
member this.GetService : Type -> obj
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object
Public Overridable Function GetService (serviceType As Type) As Object
Parametri
Restituisce
Oggetto che implementa il servizio richiesto oppure null (Nothing
in Visual Basic) se non è possibile risolvere il servizio.
Eccezioni
service
è un riferimento null (Nothing
).
Il servizio non è registrato con il runtime.