Sdílet prostřednictvím


AttachableMemberIdentifier(Type, String) Konstruktor

Definice

Inicializuje novou instanci AttachableMemberIdentifier třídy.

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)

Parametry

declaringType
Type

Komponenta declaringType identifikátoru, která by měla odpovídat názvu deklarace Type.

memberName
String

Součást memberName identifikátoru, která by měla odpovídat sadě Name.

Platí pro