Sdílet prostřednictvím


MarkupObject.Properties Vlastnost

Definice

Při přepsání v odvozené třídě získá vlastnosti této MarkupObject instance, které by měly být zapsány do XAML.

public:
 virtual property System::Collections::Generic::IEnumerable<System::Windows::Markup::Primitives::MarkupProperty ^> ^ Properties { System::Collections::Generic::IEnumerable<System::Windows::Markup::Primitives::MarkupProperty ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<System.Windows.Markup.Primitives.MarkupProperty> Properties { get; }
member this.Properties : seq<System.Windows.Markup.Primitives.MarkupProperty>
Public Overridable ReadOnly Property Properties As IEnumerable(Of MarkupProperty)

Hodnota vlastnosti

IEnumerable<MarkupProperty>

Vlastnosti.

Platí pro