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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.