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
'Déclaration
Sub OnActivated ( _
activated As Boolean _
)
'Utilisation
Dim instance As IVsProjectDesignerPage
Dim activated As Boolean
instance.OnActivated(activated)
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
- 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
IVsProjectDesignerPage Members
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace