WorkflowOutline.GetService(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un objet qui représente un service fourni par le WorkflowOutline ou par son Container.
protected:
override System::Object ^ GetService(Type ^ serviceType);
protected override object GetService(Type serviceType);
override this.GetService : Type -> obj
Protected Overrides Function GetService (serviceType As Type) As Object
Paramètres
- serviceType
- Type
Qui Type représente le service fourni par le WorkflowOutline.
Retours
Qui Object représente un service fourni par WorkflowOutline.