CodePackageActivationContext.GetCodePackageNames メソッド

定義

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

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

戻り値

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

実装

適用対象