DesignModeValueProvider.Properties Property

Gets the set of properties to capture.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Property Value

Type: Microsoft.Windows.Design.Model.PropertyIdentifierCollection
A PropertyIdentifierCollection that contains the set of properties to capture.

.NET Framework Security

See Also

Reference

DesignModeValueProvider Class

Microsoft.Windows.Design.Model Namespace

Other Resources

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