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

提供隐式密钥值的属性的名称。

适用于