Share via


IVsProjectDesignerPage.SupportsMultipleValueUndo(String) Method

Definition

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

Applies to