XamlLanguage.Initialization Property
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.
Gets a XamlDirective for the Initialization
directive from XAML.
public:
static property System::Xaml::XamlDirective ^ Initialization { System::Xaml::XamlDirective ^ get(); };
public static System.Xaml.XamlDirective Initialization { get; }
static member Initialization : System.Xaml.XamlDirective
Public Shared ReadOnly Property Initialization As XamlDirective
Property Value
A XamlDirective for the Initialization
directive from XAML.
Remarks
This directive represents the XAML node or XAML information set representation of initialization text, where a string within an object element supplies the type construction information for the surrounding object element.
If you are looking at raw node interpretations or visualizations, Initialization
is sometimes seen in string form as _Initialization
(note the leading underscore) and is within the XAML language XAML namespace (as notated by a preceding Namespace
node). In [MS-XAML], this concept is described under the heading x:InitializationText
. See [MS-XAML] Section 5.3.3.