AttachedPropertyBrowsableWhenAttributePresentAttribute クラス

定義

そのクラス定義に適用される別の特定の .NET 属性も持つ要素上でのみ添付プロパティを参照できるように指定します。

public ref class AttachedPropertyBrowsableWhenAttributePresentAttribute sealed : System::Windows::AttachedPropertyBrowsableAttribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class AttachedPropertyBrowsableWhenAttributePresentAttribute : System.Windows.AttachedPropertyBrowsableAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type AttachedPropertyBrowsableWhenAttributePresentAttribute = class
    inherit AttachedPropertyBrowsableAttribute
Public NotInheritable Class AttachedPropertyBrowsableWhenAttributePresentAttribute
Inherits AttachedPropertyBrowsableAttribute
継承
AttachedPropertyBrowsableWhenAttributePresentAttribute
属性

注釈

この.NET Framework属性の説明で使用される用語browsableの意味は、指定BrowsableAttributeされた説明に似ていますが、添付プロパティのブロウ可能な状態は、添付プロパティが主に XAML 概念であるため、拡張アプリケーション マークアップ言語 (XAML) のプロパティ情報に特に関連します。

この.NET Framework属性は、添付プロパティ定義の get アクセサーにのみ適用する必要があります。 set アクセサーにこの.NET Framework属性を適用しないでください。 直感的には、関連する要素に対して XAML に対してブロウを可能にする設定操作ですが、実際の動作を制御するのは、プロパティ定義要素に対する get アクセサーの存在と特性です。

添付プロパティの宣言に関する一般的な情報については、「 添付プロパティの概要」を参照してください。

コンストラクター

AttachedPropertyBrowsableWhenAttributePresentAttribute(Type)

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

プロパティ

AttributeType

クラスにも適用する必要がある.NET Framework属性の型を取得します。

TypeId

派生クラスで実装されると、この Attribute の一意の識別子を取得します。

(継承元 Attribute)

メソッド

Equals(Object)

現在AttachedPropertyBrowsableWhenAttributePresentAttributeの.NET Framework属性が指定したオブジェクトと等しいかどうかを判断します。

GetHashCode()

このAttachedPropertyBrowsableWhenAttributePresentAttribute.NET Framework属性のハッシュ コードを返します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
IsDefaultAttribute()

派生クラスでオーバーライドされるとき、このインスタンスの値が派生クラスの既定値であるかどうかを示します。

(継承元 Attribute)
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)

適用対象