次の方法で共有


ICodePackageActivationContext.GetDataPackageNames メソッド

定義

サービス マニフェスト内のデータ パッケージ名の一覧を取得します。

public System.Collections.Generic.IList<string> GetDataPackageNames ();
abstract member GetDataPackageNames : unit -> System.Collections.Generic.IList<string>
Public Function GetDataPackageNames () As IList(Of String)

戻り値

サービス マニフェスト内のデータ パッケージ名の一覧。

適用対象