Share via


IPropertyPageUndoString.GetUndoString(String) Method

Definition

Returns the string to use for undoing a property setting.

public:
 int GetUndoString([Runtime::InteropServices::Out] System::String ^ % ppszUndo);
int GetUndoString([Runtime::InteropServices::Out] std::wstring const & & ppszUndo);
public int GetUndoString (out string ppszUndo);
abstract member GetUndoString : string -> int
Public Function GetUndoString (ByRef ppszUndo As String) As Integer

Parameters

ppszUndo
String

[out] On return, contains an OLE string (LPOLESTR) containing the undo string.

Returns

Applies to