IVsProjectDesignerPage.OnActivated Method

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

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

Syntax

'Declaration
Sub OnActivated ( _
    activated As Boolean _
)
void OnActivated(
    bool activated
)
void OnActivated(
    bool activated
)
abstract OnActivated : 
        activated:bool -> unit
function OnActivated(
    activated : boolean
)

Parameters

  • activated
    Type: System.Boolean

    true if the page has been activated, false if it has been deactivated.

.NET Framework Security

See Also

Reference

IVsProjectDesignerPage Interface

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace