共用方式為


LoadParameters.ContentPaths 屬性

定義

取得或設定要載入之內容的路徑。 路徑應該是來源的相對檔案 URL。

[Newtonsoft.Json.JsonProperty(PropertyName="contentPaths")]
public System.Collections.Generic.IList<string> ContentPaths { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="contentPaths")>]
member this.ContentPaths : System.Collections.Generic.IList<string> with get, set
Public Property ContentPaths As IList(Of String)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於