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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
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