IXamlMember.Name Property

Definition

Gets the XamlName name string that declares the XAML member.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = iXamlMember.name;
Public ReadOnly Property Name As String

Property Value

String

Platform::String

winrt::hstring

The XamlName name string that declares the XAML member.

Applies to