DataViewManager.DataViewSettingCollectionString プロパティ

定義

コードの永続化に使用される値を取得または設定します。

public:
 property System::String ^ DataViewSettingCollectionString { System::String ^ get(); void set(System::String ^ value); };
public string DataViewSettingCollectionString { get; [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members of types used in the RowFilter expression might be trimmed.")] set; }
public string DataViewSettingCollectionString { get; set; }
[<set: System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members of types used in the RowFilter expression might be trimmed.")>]
member this.DataViewSettingCollectionString : string with get, set
member this.DataViewSettingCollectionString : string with get, set
Public Property DataViewSettingCollectionString As String

プロパティ値

コードの永続化に使用される値。

属性

注釈

ユーザーは DataViewSettingCollectionString を直接呼び出さないでください。

適用対象

こちらもご覧ください