IPropertyPage2 Interface
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.
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