XmlSchemaObject.SourceUri 属性

定义

获取或设置加载了架构的文件的源位置。

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

属性值

String

文件的源位置 (URI)。

注解

提供有关异常处理的信息。

适用于