RecommendedAsConfigurableAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
RecommendedAsConfigurableAttribute has been deprecated. Use System.ComponentModel.SettingsBindableAttribute instead.
注意事項
Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.
プロパティをアプリケーション設定として使用できることを指定します。
public ref class RecommendedAsConfigurableAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
[System.Obsolete("RecommendedAsConfigurableAttribute has been deprecated. Use System.ComponentModel.SettingsBindableAttribute instead.")]
public class RecommendedAsConfigurableAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
[System.Obsolete("Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.")]
public class RecommendedAsConfigurableAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public class RecommendedAsConfigurableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
[<System.Obsolete("RecommendedAsConfigurableAttribute has been deprecated. Use System.ComponentModel.SettingsBindableAttribute instead.")>]
type RecommendedAsConfigurableAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
[<System.Obsolete("Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.")>]
type RecommendedAsConfigurableAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type RecommendedAsConfigurableAttribute = class
inherit Attribute
Public Class RecommendedAsConfigurableAttribute
Inherits Attribute
- 継承
- 属性
注釈
[プロパティRecommendedAsConfigurableAttributetrue] 行を展開すると、がに設定されているプロパティが表示されます。 推奨設定がないプロパティ、または RecommendedAsConfigurableAttributefalse に設定されたマークが付いているプロパティは表示されず、アプリケーション設定になる可能性は低いです。 既定値は false です。
コンストラクター
| 名前 | 説明 |
|---|---|
| RecommendedAsConfigurableAttribute(Boolean) |
古い.
古い.
RecommendedAsConfigurableAttribute クラスの新しいインスタンスを初期化します。 |
フィールド
| 名前 | 説明 |
|---|---|
| Default |
古い.
古い.
RecommendedAsConfigurableAttributeの既定値 (No) を指定します。 この |
| No |
古い.
古い.
プロパティをアプリケーション設定として使用できないことを指定します。 この |
| Yes |
古い.
古い.
プロパティをアプリケーション設定として使用できることを指定します。 この |
プロパティ
| 名前 | 説明 |
|---|---|
| RecommendedAsConfigurable |
古い.
古い.
この属性がバインドされているプロパティをアプリケーション設定として使用できるかどうかを示す値を取得します。 |
| TypeId |
古い.
古い.
派生クラスで実装されている場合は、この Attributeの一意の識別子を取得します。 (継承元 Attribute) |
メソッド
| 名前 | 説明 |
|---|---|
| Equals(Object) |
古い.
古い.
このインスタンスと指定したオブジェクトが等しいかどうかを示します。 |
| GetHashCode() |
古い.
古い.
このインスタンスのハッシュ コードを返します。 |
| GetType() |
古い.
古い.
現在のインスタンスの Type を取得します。 (継承元 Object) |
| IsDefaultAttribute() |
古い.
古い.
このインスタンスの値がクラスの既定値かどうかを示します。 |
| Match(Object) |
古い.
古い.
派生クラスでオーバーライドされた場合、このインスタンスが指定したオブジェクトと等しいかどうかを示す値を返します。 (継承元 Attribute) |
| MemberwiseClone() |
古い.
古い.
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| ToString() |
古い.
古い.
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| _Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
古い.
古い.
一連の名前を対応する一連のディスパッチ識別子に割り当てます。 (継承元 Attribute) |
| _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) |
古い.
古い.
インターフェイスの型情報を取得するために使用できるオブジェクトの型情報を取得します。 (継承元 Attribute) |
| _Attribute.GetTypeInfoCount(UInt32) |
古い.
古い.
オブジェクトが提供する型情報インターフェイスの数 (0 または 1) を取得します。 (継承元 Attribute) |
| _Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
古い.
古い.
オブジェクトによって公開されるプロパティとメソッドへのアクセスを提供します。 (継承元 Attribute) |