Language

RuntimeAssetGroup.AssetPaths プロパティ

定義

このランタイム グループで指定された資産パスの一覧を取得します。

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ AssetPaths { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> AssetPaths { get; }
member this.AssetPaths : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property AssetPaths As IReadOnlyList(Of String)

プロパティ値

資産パスを表す文字列の読み取り専用リスト。

適用対象