XsltException.SourceUri 屬性

定義

取得樣式表的位置路徑。

public:
 virtual property System::String ^ SourceUri { System::String ^ get(); };
public:
 property System::String ^ SourceUri { System::String ^ get(); };
public virtual string? SourceUri { get; }
public virtual string SourceUri { get; }
public string SourceUri { get; }
member this.SourceUri : string
Public Overridable ReadOnly Property SourceUri As String
Public ReadOnly Property SourceUri As String

屬性值

樣式表的位置路徑。

適用於