次の方法で共有


ExtensionError のメンバー

Encapsulates custom error information for Visual Studio extensions that extend the functionality of the Entity Data Model Designer.

ExtensionError データ型で公開されるメンバーを以下の表に示します。

パブリック コンストラクター

  名前 説明
ExtensionError オーバーロードされます。Instantiates a new instance of ExtensionError.

このページのトップへ

パブリック プロパティ

  名前 説明
public property Column The column of the input or output document in which the error occurred.
public property ErrorCode The error code associated with the error.
public property Line The line of the input or output document in which the error occurred.
public property Message The message that describes the error.
public property Severity The severity of the error.

このページのトップへ

パブリック メソッド

(プロテクト メソッド も参照)

  名前 説明
public method Equals  オーバーロードされます。(Object から継承)
public method GetHashCode  (Object から継承)
public method GetType  (Object から継承)
public methodstatic ReferenceEquals  (Object から継承)
public method ToString  (Object から継承)

このページのトップへ

プロテクト メソッド

  名前 説明
protected method Finalize  (Object から継承)
protected method MemberwiseClone  (Object から継承)

このページのトップへ

参照

リファレンス

ExtensionError クラス
Microsoft.Data.Entity.Design.Extensibility 名前空間

その他のリソース

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
Extending the Entity Data Model Tools