Sdílet prostřednictvím


DesignModeValueProvider.Properties – vlastnost

Získá sadu vlastností k zachycení.

Obor názvů:  Microsoft.Windows.Design.Model
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
Public ReadOnly Property Properties As PropertyIdentifierCollection
    Get
public PropertyIdentifierCollection Properties { get; }
public:
property PropertyIdentifierCollection^ Properties {
    PropertyIdentifierCollection^ get ();
}
member Properties : PropertyIdentifierCollection
function get Properties () : PropertyIdentifierCollection

Hodnota vlastnosti

Typ: Microsoft.Windows.Design.Model.PropertyIdentifierCollection
A PropertyIdentifierCollection , který obsahuje sadu vlastností digitalizace.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DesignModeValueProvider Třída

Microsoft.Windows.Design.Model – obor názvů

Další zdroje

Walkthrough: Changing the Behavior of a Property at Design Time

How to: Change the Behavior of a Property at Design Time

WPF Designer Extensibility Architecture

Property Editing Architecture

Feature Providers and Feature Connectors