IPropertyPageUndoString.GetUndoString(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.
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.