次の方法で共有


XamlSourceInfo(Uri, Int32, Int32) コンストラクター

定義

XamlSourceInfo クラスの新しいインスタンスを初期化します。

public:
 XamlSourceInfo(Uri ^ sourceUri, int lineNumber, int linePosition);
public XamlSourceInfo (Uri sourceUri, int lineNumber, int linePosition);
new System.Windows.Diagnostics.XamlSourceInfo : Uri * int * int -> System.Windows.Diagnostics.XamlSourceInfo
Public Sub New (sourceUri As Uri, lineNumber As Integer, linePosition As Integer)

パラメーター

sourceUri
Uri

要素が宣言されているソース ドキュメントの URI。

lineNumber
Int32

ソース ドキュメントの中で要素が宣言されている行番号。

linePosition
Int32

ソース ドキュメントの中で要素が宣言されている行の中の位置。

注釈

このメンバーは .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

適用対象