次の方法で共有


GlobalBrokeredServiceContainer.ProfferIntrinsicService メソッド

定義

オーバーロード

ProfferIntrinsicService(ServiceRpcDescriptor, ServiceRegistration, BrokeredServiceFactory)

GlobalBrokeredServiceContainer.Viewに組み込まれている非常に特殊なブローカー サービスを提供します。

ProfferIntrinsicService(ServiceRpcDescriptor, ServiceRegistration, GlobalBrokeredServiceContainer+ViewIntrinsicBrokeredServiceFactory)

GlobalBrokeredServiceContainer.Viewに組み込まれている非常に特殊なブローカー サービスを提供します。

ProfferIntrinsicService(ServiceRpcDescriptor, ServiceRegistration, BrokeredServiceFactory)

GlobalBrokeredServiceContainer.Viewに組み込まれている非常に特殊なブローカー サービスを提供します。

protected IDisposable ProfferIntrinsicService (Microsoft.ServiceHub.Framework.ServiceRpcDescriptor serviceDescriptor, Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceRegistration newRegistration, Microsoft.VisualStudio.Shell.ServiceBroker.BrokeredServiceFactory factory);
member this.ProfferIntrinsicService : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceRegistration * Microsoft.VisualStudio.Shell.ServiceBroker.BrokeredServiceFactory -> IDisposable
Protected Function ProfferIntrinsicService (serviceDescriptor As ServiceRpcDescriptor, newRegistration As ServiceRegistration, factory As BrokeredServiceFactory) As IDisposable

パラメーター

serviceDescriptor
ServiceRpcDescriptor

サービスの ServiceRpcDescriptor

newRegistration
ServiceRegistration

ServiceRegistration登録されているサービスを表す 。

factory
BrokeredServiceFactory

新しいサービスを生成するファクトリ。

戻り値

IDisposable破棄時にサービスを削除する 。

適用対象

ProfferIntrinsicService(ServiceRpcDescriptor, ServiceRegistration, GlobalBrokeredServiceContainer+ViewIntrinsicBrokeredServiceFactory)

GlobalBrokeredServiceContainer.Viewに組み込まれている非常に特殊なブローカー サービスを提供します。

protected IDisposable ProfferIntrinsicService (Microsoft.ServiceHub.Framework.ServiceRpcDescriptor serviceDescriptor, Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceRegistration newRegistration, Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer.ViewIntrinsicBrokeredServiceFactory factory);
member this.ProfferIntrinsicService : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceRegistration * Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer.ViewIntrinsicBrokeredServiceFactory -> IDisposable
Protected Function ProfferIntrinsicService (serviceDescriptor As ServiceRpcDescriptor, newRegistration As ServiceRegistration, factory As GlobalBrokeredServiceContainer.ViewIntrinsicBrokeredServiceFactory) As IDisposable

パラメーター

serviceDescriptor
ServiceRpcDescriptor

サービスの ServiceRpcDescriptor

newRegistration
ServiceRegistration

ServiceRegistration登録されているサービスを表す 。

factory
GlobalBrokeredServiceContainer.ViewIntrinsicBrokeredServiceFactory

新しいサービスを生成するファクトリ。

戻り値

IDisposable破棄時にサービスを削除する 。

適用対象