The column of the input or output document in which the error occurred.
名前空間: Microsoft.Data.Entity.Design.Extensibility
アセンブリ: Microsoft.Data.Entity.Design.Extensibility (microsoft.data.entity.design.extensibility.dll 内)
使用方法
構文
'宣言
Public ReadOnly Property Column As Integer
public int Column { get; }
public:
property int Column {
int get ();
}
/** @property */
public int get_Column ()
public function get Column () : int
プロパティ値
The column of the input or output document in which the error occurred.
解説
The ExtensionError class is used when building a Visual Studio extension that extends the functionality of the Entity Data Model Designer.
スレッド セーフ
この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000
ターゲット プラットフォーム
参照
リファレンス
ExtensionError クラス
ExtensionError のメンバー
Microsoft.Data.Entity.Design.Extensibility 名前空間
その他のリソース
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
Extending the Entity Data Model Tools