Dela via


DesignModeValueProvider.Properties Property

Gets the set of properties to capture.

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

Syntax

'Declaration
Public ReadOnly Property Properties As PropertyIdentifierCollection
'Usage
Dim instance As DesignModeValueProvider 
Dim value As PropertyIdentifierCollection 

value = instance.Properties
public PropertyIdentifierCollection Properties { get; }
public:
property PropertyIdentifierCollection^ Properties {
    PropertyIdentifierCollection^ get ();
}
public 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

DesignModeValueProvider Members

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