XmlDataSourceDesigner.DataFile 属性
定义
获取或设置关联的数据源控件所绑定到的 XML 文件的文件名。Gets or sets the file name of an XML file that the associated data source control binds to.
public:
property System::String ^ DataFile { System::String ^ get(); void set(System::String ^ value); };
public string DataFile { get; set; }
member this.DataFile : string with get, set
Public Property DataFile As String
属性值
XML 文件名。An XML file name.
注解
DataFile属性隐藏关联控件中的相同属性,仅供内部使用。The DataFile property shadows the same property in the associated control, and is intended for internal use only.