EditorBrowsableAttribute コンストラクター

定義

EditorBrowsableAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
EditorBrowsableAttribute()

EditorBrowsableAttributeが既定の状態に設定されたState クラスの新しいインスタンスを初期化します。

EditorBrowsableAttribute(EditorBrowsableState)

EditorBrowsableAttributeを使用して、EditorBrowsableState クラスの新しいインスタンスを初期化します。

EditorBrowsableAttribute()

ソース:
EditorBrowsableAttribute.cs
ソース:
EditorBrowsableAttribute.cs
ソース:
EditorBrowsableAttribute.cs
ソース:
EditorBrowsableAttribute.cs
ソース:
EditorBrowsableAttribute.cs

EditorBrowsableAttributeが既定の状態に設定されたState クラスの新しいインスタンスを初期化します。

public:
 EditorBrowsableAttribute();
public EditorBrowsableAttribute();
Public Sub New ()

注釈

このプロパティの既定値は EditorBrowsableState.Always です。

こちらもご覧ください

適用対象

EditorBrowsableAttribute(EditorBrowsableState)

ソース:
EditorBrowsableAttribute.cs
ソース:
EditorBrowsableAttribute.cs
ソース:
EditorBrowsableAttribute.cs
ソース:
EditorBrowsableAttribute.cs
ソース:
EditorBrowsableAttribute.cs

EditorBrowsableAttributeを使用して、EditorBrowsableState クラスの新しいインスタンスを初期化します。

public:
 EditorBrowsableAttribute(System::ComponentModel::EditorBrowsableState state);
public EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState state);
new System.ComponentModel.EditorBrowsableAttribute : System.ComponentModel.EditorBrowsableState -> System.ComponentModel.EditorBrowsableAttribute
Public Sub New (state As EditorBrowsableState)

パラメーター

こちらもご覧ください

適用対象