AttachableMemberIdentifier.ToString Method

Definition

Returns a String that represents the current AttachableMemberIdentifier.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A String that represents the current AttachableMemberIdentifier.

Remarks

This implementation returns a string form that parallels the XAML attachable member usage in markup. That string form is declaringType.memberName.

Applies to