DataViewManager.DataViewSettingCollectionString 属性
定义
获取或设置用于代码持久性的值。Gets or sets a value that is used for code persistence.
public:
property System::String ^ DataViewSettingCollectionString { System::String ^ get(); void set(System::String ^ value); };
public string DataViewSettingCollectionString { get; set; }
member this.DataViewSettingCollectionString : string with get, set
Public Property DataViewSettingCollectionString As String
属性值
一个用于代码持久性的值。A value that is used for code persistence.
注解
用户不应直接调用 DataViewSettingCollectionString 。A user should not call DataViewSettingCollectionString directly.