IPropertyPage2 Interface

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.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("01E44665-24AC-101B-84ED-08002B2EC713")> _
Public Interface IPropertyPage2 _
    Inherits IPropertyPage
[InterfaceTypeAttribute()]
[GuidAttribute("01E44665-24AC-101B-84ED-08002B2EC713")]
public interface IPropertyPage2 : IPropertyPage
[InterfaceTypeAttribute()]
[GuidAttribute(L"01E44665-24AC-101B-84ED-08002B2EC713")]
public interface class IPropertyPage2 : IPropertyPage
[<InterfaceTypeAttribute()>]
[<GuidAttribute("01E44665-24AC-101B-84ED-08002B2EC713")>]
type IPropertyPage2 =  
    interface
        interface IPropertyPage
    end
public interface IPropertyPage2 extends IPropertyPage

The IPropertyPage2 type exposes the following members.

Methods

  Name Description
Public method Activate
Public method Apply
Public method Deactivate
Public method EditProperty
Public method GetPageInfo
Public method Help
Public method IsPageDirty
Public method Move
Public method SetObjects
Public method SetPageSite
Public method Show
Public method TranslateAccelerator

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace