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

암시적 키 값을 제공하는 속성의 이름입니다.

적용 대상