SettingChangedEventArgs クラス
v2 に適用されます。
SettingChanged イベントで使用されるキーを提供します。
継承階層
System.Object
System.EventArgs
Microsoft.WebMatrix.Extensibility.Editor.SettingChangedEventArgs
名前空間: Microsoft.WebMatrix.Extensibility.Editor
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Public Class SettingChangedEventArgs _
Inherits EventArgs
'使用
Dim instance As SettingChangedEventArgs
public class SettingChangedEventArgs : EventArgs
public ref class SettingChangedEventArgs : public EventArgs
type SettingChangedEventArgs =
class
inherit EventArgs
end
public class SettingChangedEventArgs extends EventArgs
SettingChangedEventArgs 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
![]() |
SettingChangedEventArgs | SettingChangedEventArgs クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
SettingKey | 設定キーを取得または設定します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
フィールド
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。