AttachableMemberIdentifier(Type, String) 생성자

정의

AttachableMemberIdentifier 클래스의 새 인스턴스를 초기화합니다.

public:
 AttachableMemberIdentifier(Type ^ declaringType, System::String ^ memberName);
public AttachableMemberIdentifier (Type declaringType, string memberName);
new System.Xaml.AttachableMemberIdentifier : Type * string -> System.Xaml.AttachableMemberIdentifier
Public Sub New (declaringType As Type, memberName As String)

매개 변수

declaringType
Type

선언하는 Type 이름과 일치해야 하는 식별자의 declaringType 구성 요소입니다.

memberName
String

Name과 일치해야 하는 식별자의 memberName 구성 요소입니다.

적용 대상