Reference Constructors

Definition

Initializes a new instance of the Reference class.

Overloads

Reference()

Initializes a new instance of the Reference class.

Reference(String)

Initializes a new instance of the Reference class with the name argument.

Reference()

Initializes a new instance of the Reference class.

public:
 Reference();
public Reference ();
Public Sub New ()

Applies to

Reference(String)

Initializes a new instance of the Reference class with the name argument.

public:
 Reference(System::String ^ name);
public Reference (string name);
new System.Windows.Markup.Reference : string -> System.Windows.Markup.Reference
Public Sub New (name As String)

Parameters

name
String

The XAML name of the element to reference.

Applies to