Share via


XamlLanguage.Member Propiedad

Definición

Obtiene XamlType para el tipo que constituye el tipo de elemento de Members.

public:
 static property System::Xaml::XamlType ^ Member { System::Xaml::XamlType ^ get(); };
public static System.Xaml.XamlType Member { get; }
static member Member : System.Xaml.XamlType
Public Shared ReadOnly Property Member As XamlType

Valor de propiedad

XamlType para el tipo que constituye el tipo de elemento de Members.

Comentarios

En la implementación de servicios XAML de .NET Framework, MemberXamlType está respaldado por System.Windows.Markup.MemberDefinition.

Se aplica a