IPropertyPage2 Interface

Definition

Defines the main features of an object representing property pages. Adds support for an initial selection of a property on a page. Extends and inherits from IPropertyPage. For more information, see IPropertyPage2.

public interface class IPropertyPage2 : Microsoft::VisualStudio::OLE::Interop::IPropertyPage
public interface class IPropertyPage2 : Microsoft::VisualStudio::OLE::Interop::IPropertyPage
__interface IPropertyPage2 : Microsoft::VisualStudio::OLE::Interop::IPropertyPage
[System.Runtime.InteropServices.Guid("01E44665-24AC-101B-84ED-08002B2EC713")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPropertyPage2 : Microsoft.VisualStudio.OLE.Interop.IPropertyPage
[System.Runtime.InteropServices.Guid("01E44665-24AC-101B-84ED-08002B2EC713")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPropertyPage2 : Microsoft.VisualStudio.OLE.Interop.IPropertyPage
[<System.Runtime.InteropServices.Guid("01E44665-24AC-101B-84ED-08002B2EC713")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPropertyPage2 = interface
    interface IPropertyPage
[<System.Runtime.InteropServices.Guid("01E44665-24AC-101B-84ED-08002B2EC713")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPropertyPage2 = interface
    interface IPropertyPage
Public Interface IPropertyPage2
Implements IPropertyPage
Attributes
Implements

Methods

Activate(IntPtr, RECT[], Int32)
Apply()
Deactivate()
EditProperty(Int32)
GetPageInfo(PROPPAGEINFO[])
Help(String)
IsPageDirty()
Move(RECT[])
SetObjects(UInt32, Object[])
SetPageSite(IPropertyPageSite)
Show(UInt32)
TranslateAccelerator(MSG[])

Applies to