IPropertyPageUndoString Interface

Used by controls to provide an undo string for their property page settings.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("33C0C1DB-33CF-11D3-BFF2-00C04F990235")> _
Public Interface IPropertyPageUndoString
[InterfaceTypeAttribute()]
[GuidAttribute("33C0C1DB-33CF-11D3-BFF2-00C04F990235")]
public interface IPropertyPageUndoString
[InterfaceTypeAttribute()]
[GuidAttribute(L"33C0C1DB-33CF-11D3-BFF2-00C04F990235")]
public interface class IPropertyPageUndoString
[<InterfaceTypeAttribute()>]
[<GuidAttribute("33C0C1DB-33CF-11D3-BFF2-00C04F990235")>]
type IPropertyPageUndoString =  interface end
public interface IPropertyPageUndoString

The IPropertyPageUndoString type exposes the following members.

Methods

  Name Description
Public method GetUndoString Returns the string to use for undoing a property setting.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace