TabularData.ColumnDefinitions Eigenschaft
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt die Spaltendefinitionen an.
public:
property System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::TabularColumnDefinition ^> ^ ColumnDefinitions { System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::TabularColumnDefinition ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::TabularColumnDefinition ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.TabularColumnDefinition> ColumnDefinitions { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ColumnDefinitions : System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.TabularColumnDefinition> with get, set
Public Property ColumnDefinitions As IList(Of TabularColumnDefinition)
Die Spaltendefinitionen.
- Attribute