IVsProjectDesignerPage.SupportsMultipleValueUndo(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the given property supports getting and setting multiple values at the same time.
public:
bool SupportsMultipleValueUndo(System::String ^ propertyName);
public:
bool SupportsMultipleValueUndo(Platform::String ^ propertyName);
bool SupportsMultipleValueUndo(std::wstring const & propertyName);
[System.Runtime.InteropServices.DispId(4)]
public bool SupportsMultipleValueUndo (string propertyName);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member SupportsMultipleValueUndo : string -> bool
Public Function SupportsMultipleValueUndo (propertyName As String) As Boolean
Parameters
- propertyName
- String
The name of the property.
Returns
true
if the given property supports getting and setting multiple values at the same time.
- Attributes