XmlSchemaExternal.SchemaLocation 属性

定义

获取或设置架构的唯一资源标识符 (URI) 位置,该位置告诉架构处理器架构所在的物理位置。

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

属性值

String

架构的 URI 位置。 对于所导入架构可选。

注解

没有此属性的导入架构允许导入的架构的命名空间由 XML 文档确定,该文档是包含架构的实例或正在处理架构的应用程序。

包含的架构使用此属性作为对应包含在包含架构的目标命名空间中的架构文档位置的 URI 引用。

适用于