IProfferServiceContract.ProfferService 方法

定义

向组件的客户端可访问的服务组添加服务。

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)

参数

serviceIdentifier
String

一个字符串,用于标识所提供的服务。

service
IServiceProviderContract

一个 IServiceProviderContract,用于实现所提供的服务。

注解

参数的格式 serviceIdentifierIProfferServiceContract 实现定义。 建议使用统一资源标识符 (URI) 。

适用于