IVsProjectDesignerPage Methods

 

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

NameDescription
System_CAPS_pubmethodFinishPendingValidations()

Completes all pending validations before continuing.

System_CAPS_pubmethodGetProperty(String^)

Gets the current value for the given property.

System_CAPS_pubmethodGetPropertyMultipleValues(String^, array<Object^>^, array<Object^>^)

Gets the current values for the given property for each of the supplied configurations.

System_CAPS_pubmethodOnActivated(Boolean)

Raised when the property page is activated or deactivated as the active designer.

System_CAPS_pubmethodSetProperty(String^, Object^)

Sets the given value for the given property.

System_CAPS_pubmethodSetPropertyMultipleValues(String^, array<Object^>^, array<Object^>^)

Sets the given values for the given properties, one for each of the supplied configurations.

System_CAPS_pubmethodSetSite(IVsProjectDesignerPageSite^)

Notifies the property page of the T:Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner.IVsProjDesignerPageSite site.

System_CAPS_pubmethodSupportsMultipleValueUndo(String^)

Determines the given property supports getting and setting multiple values at the same time.

Return to top
Show: