Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
XamlLanguage.PositionalParameters Property
Definition
- Namespace:
- System.Xaml
- Assembly:
- System.Xaml.dll
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 PositionalParameters directive from XAML.
public:
static property System::Xaml::XamlDirective ^ PositionalParameters { System::Xaml::XamlDirective ^ get(); };
public static System.Xaml.XamlDirective PositionalParameters { get; }
static member PositionalParameters : System.Xaml.XamlDirective
Public Shared ReadOnly Property PositionalParameters As XamlDirective
Property Value
A XamlDirective for the PositionalParameters directive from XAML.
Remarks
PositionalParameters is a directive that wraps the multiple objects that can be specified as a set of object nodes for input of a markup extension. See [MS-XAML] Section 6.6.7.
If you are looking at raw node interpretations or visualizations, PositionalParameters is sometimes seen in string form as _PositionalParameters (note the leading underscore) and is within the XAML language XAML namespace (as notated by a preceding Namespace node).
Applies to
Feedback
Was this page helpful?
