CodePackageActivationContext.GetServiceTypes メソッド

定義

サービス マニフェスト内のサービスの種類の一覧を取得します。

public System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.ServiceTypeDescription> GetServiceTypes ();
abstract member GetServiceTypes : unit -> System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.ServiceTypeDescription>
override this.GetServiceTypes : unit -> System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.ServiceTypeDescription>
Public Function GetServiceTypes () As KeyedCollection(Of String, ServiceTypeDescription)

戻り値

サービスの種類の一覧。

実装

適用対象