Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides for getting and setting property values on the property page. Extends, but does not inherit from, IVsPropertyPage.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("6FC6A958-B2E7-441B-823C-10EA30B24EEC")> _
Public Interface IVsPropertyPage2
[InterfaceTypeAttribute()]
[GuidAttribute("6FC6A958-B2E7-441B-823C-10EA30B24EEC")]
public interface IVsPropertyPage2
[InterfaceTypeAttribute()]
[GuidAttribute(L"6FC6A958-B2E7-441B-823C-10EA30B24EEC")]
public interface class IVsPropertyPage2
[<InterfaceTypeAttribute()>]
[<GuidAttribute("6FC6A958-B2E7-441B-823C-10EA30B24EEC")>]
type IVsPropertyPage2 = interface end
public interface IVsPropertyPage2
The IVsPropertyPage2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetProperty | Gets the information for the specified property. |
![]() |
SetProperty | Sets the information contained by the property. |
Top