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: Booleantrue 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