Megosztás a következőn keresztül:


ColumnInformation.ImagePathColumnNames Property

Definition

The dataset columns that are image paths.

[Newtonsoft.Json.JsonProperty]
public System.Collections.Generic.ICollection<string> ImagePathColumnNames { get; }
[<Newtonsoft.Json.JsonProperty>]
member this.ImagePathColumnNames : System.Collections.Generic.ICollection<string>
Public ReadOnly Property ImagePathColumnNames As ICollection(Of String)

Property Value

The default value is a new, empty Collection<T>.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to