IVsProjectDesignerPage Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
| Name | Description | |
|---|---|---|
![]() | FinishPendingValidations() | Completes all pending validations before continuing. |
![]() | GetProperty(String^) | Gets the current value for the given property. |
![]() | GetPropertyMultipleValues(String^, array<Object^>^, array<Object^>^) | Gets the current values for the given property for each of the supplied configurations. |
![]() | OnActivated(Boolean) | Raised when the property page is activated or deactivated as the active designer. |
![]() | SetProperty(String^, Object^) | Sets the given value for the given property. |
![]() | SetPropertyMultipleValues(String^, array<Object^>^, array<Object^>^) | Sets the given values for the given properties, one for each of the supplied configurations. |
![]() | SetSite(IVsProjectDesignerPageSite^) | Notifies the property page of the T:Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner.IVsProjDesignerPageSite site. |
![]() | SupportsMultipleValueUndo(String^) | Determines the given property supports getting and setting multiple values at the same time. |
Show:
