次の方法で共有


ServiceRegistration(ServiceAudience, Object, Boolean) コンストラクター

定義

ServiceRegistration クラスの新しいインスタンスを初期化します。

public:
 ServiceRegistration(Microsoft::VisualStudio::Shell::ServiceBroker::ServiceAudience audience, System::Object ^ profferingPackageId, bool allowGuestClients);
public ServiceRegistration (Microsoft.VisualStudio.Shell.ServiceBroker.ServiceAudience audience, object? profferingPackageId, bool allowGuestClients);
new Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceRegistration : Microsoft.VisualStudio.Shell.ServiceBroker.ServiceAudience * obj * bool -> Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceRegistration
Public Sub New (audience As ServiceAudience, profferingPackageId As Object, allowGuestClients As Boolean)

パラメーター

audience
ServiceAudience

この仲介型サービスを使用する対象ユーザー。

profferingPackageId
Object

サービス ファクトリを提供するためにアクティブ化が必要になる可能性があるブローカー サービス ホストの ID。

allowGuestClients
Boolean

リモート ゲストにこのサービスへのアクセスを許可するかどうかを示す値。

適用対象