次の方法で共有


ExtensionError.Severity プロパティ

The severity of the error.

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

使用方法

構文

'宣言
Public Property Severity As ExtensionErrorSeverity
public ExtensionErrorSeverity Severity { get; set; }
public:
property ExtensionErrorSeverity Severity {
    ExtensionErrorSeverity get ();
    void set (ExtensionErrorSeverity value);
}
/** @property */
public ExtensionErrorSeverity get_Severity ()

/** @property */
public void set_Severity (ExtensionErrorSeverity value)
public function get Severity () : ExtensionErrorSeverity

public function set Severity (value : ExtensionErrorSeverity)

プロパティ値

The severity of 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