XamlLanguage.Name Property
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.
Gets a XamlDirective for the Name
directive from XAML.
public:
static property System::Xaml::XamlDirective ^ Name { System::Xaml::XamlDirective ^ get(); };
public static System.Xaml.XamlDirective Name { get; }
static member Name : System.Xaml.XamlDirective
Public Shared ReadOnly Property Name As XamlDirective
A XamlDirective for the Name
directive from XAML.
A Name
directive is used for identifiers of objects in markup. See [MS-XAML] Section 5.3.4.
Although this concept of Name
is not completely consistent with the use that is specified in [MS-XAML], you can typically use the Name
directive or the Name
attribute to provide a conceptual connection between XAML objects in markup and the run-time representations that are created by XAML processing of the markup. This use depends on how specific frameworks implement their programming models to integrate XAML into their general object models. For more information, see x:Name Directive.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: