Reference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.