IVsPropertyPage2 Interface

Definition

Provides for getting and setting property values on the property page. Extends, but does not inherit from, IVsPropertyPage.

public interface class IVsPropertyPage2
public interface class IVsPropertyPage2
__interface IVsPropertyPage2
[System.Runtime.InteropServices.Guid("6FC6A958-B2E7-441B-823C-10EA30B24EEC")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPropertyPage2
[<System.Runtime.InteropServices.Guid("6FC6A958-B2E7-441B-823C-10EA30B24EEC")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPropertyPage2 = interface
Public Interface IVsPropertyPage2
Attributes

Methods

GetProperty(UInt32, Object)

Gets the information for the specified property.

SetProperty(UInt32, Object)

Sets the information contained by the property.

Applies to