次の方法で共有


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

'宣言
Sub OnActivated ( _
    activated As Boolean _
)
void OnActivated(
    bool activated
)

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