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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsProjectDesignerPage Interface
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace