TranslationError.EndColumn プロパティ

 

エラーが発生した元の XAML ファイルの最終列。

名前空間:   Microsoft.Activities.Design.ExpressionTranslation
アセンブリ:  Microsoft.Activities.Design (Microsoft.Activities.Design.dll 内)

構文

public int EndColumn { get; private set; }
public:
property int EndColumn {
    int get();
    private: void set(int value);
}
member EndColumn : int with get, private set
Public Property EndColumn As Integer
    Get
    Private Set
End Property

プロパティ値

Type: System.Int32

エラーが発生した元の XAML ファイルの最終列を取得します。

参照

TranslationError クラス
Microsoft.Activities.Design.ExpressionTranslation 名前空間

トップに戻る