Project.SchemaFile 属性

定义

获取或设置验证项目时使用的 XML 架构文件。Gets or sets the XML schema file to use when validating the project.

public:
 property System::String ^ SchemaFile { System::String ^ get(); void set(System::String ^ value); };
public string SchemaFile { get; set; }
member this.SchemaFile : string with get, set
Public Property SchemaFile As String

属性值

String

验证项目时使用的 XML 架构文件。The XML schema file to use when validating the project.

适用于