IProfferServiceContract.ProfferService 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.
Aggiunge un servizio all'insieme di servizi a cui è possibile accedere dai client di un componente.
public:
void ProfferService(System::String ^ serviceIdentifier, System::AddIn::Contract::IServiceProviderContract ^ service);
public void ProfferService (string serviceIdentifier, System.AddIn.Contract.IServiceProviderContract service);
abstract member ProfferService : string * System.AddIn.Contract.IServiceProviderContract -> unit
Public Sub ProfferService (serviceIdentifier As String, service As IServiceProviderContract)
Parametri
- serviceIdentifier
- String
Stringa che identifica il servizio offerto.
- service
- IServiceProviderContract
Oggetto IServiceProviderContract che implementa il servizio offerto.
Commenti
Il formato del serviceIdentifier
parametro è definito dall'implementazione IProfferServiceContract . Un URI (Uniform Resource Identifier) è l'identificatore consigliato.