DictionaryKeyPropertyAttribute(String) コンストラクター

定義

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

public:
 DictionaryKeyPropertyAttribute(System::String ^ name);
public DictionaryKeyPropertyAttribute (string name);
new System.Windows.Markup.DictionaryKeyPropertyAttribute : string -> System.Windows.Markup.DictionaryKeyPropertyAttribute
Public Sub New (name As String)

パラメーター

name
String

暗黙のキー値を提示するプロパティの名前。

適用対象