IVsProjectDesignerPage::SupportsMultipleValueUndo Method (String^)
Visual Studio 2015
Determines the given property supports getting and setting multiple values at the same time.
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Parameters
- propertyName
-
Type:
System::String^
The name of the property.
Return Value
Type: System::Booleantrue if the given property supports getting and setting multiple values at the same time.
Multiple values should be set simultaneously in order to support Undo and Redo operations when multiple configurations are selected by the user. This function should always return the same value for a given property (i.e., it does not depend on whether multiple configurations have currently been passed in to SetObjects, but simply whether this property supports multiple-value undo/redo).
Show: