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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.