RuntimeAssetGroup.AssetPaths Propiedad

Definición

Obtiene una lista de rutas de acceso de recursos proporcionadas en este grupo en tiempo de ejecución.

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)

Valor de propiedad

Lista de solo lectura de cadenas que representan las rutas de acceso del recurso.

Se aplica a