次の方法で共有


ExtensionError.ErrorCode プロパティ

The error code associated with the error.

名前空間: Microsoft.Data.Entity.Design.Extensibility
アセンブリ: Microsoft.Data.Entity.Design.Extensibility (microsoft.data.entity.design.extensibility.dll 内)

使用方法

構文

'宣言
Public ReadOnly Property ErrorCode As Integer
public int ErrorCode { get; }
public:
property int ErrorCode {
    int get ();
}
/** @property */
public int get_ErrorCode ()
public function get ErrorCode () : int

プロパティ値

The error code associated with the error.

解説

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