次の方法で共有


ICodePackageActivationContext.GetCodePackageNames メソッド

定義

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

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

戻り値

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

適用対象