ViewAddInBase Members
System Center
Updated: January 15, 2013
Applies To: System Center 2012 SP1
The base class for an add-in that supplies a view to the console.
The following tables list the members exposed by the ViewAddInBase type.
| Name | Description | |
|---|---|---|
| ViewAddInBase | Creates a new instance of the class with default values. |
(see also Protected Properties)
Top
| Name | Description | |
|---|---|---|
![]() | CurrentScopeObject | Gets the backing Virtual Machine Manager object of the currently selected console navigation tree item. |
![]() | CurrentScopeType | Gets the currently selected console navigation tree item’s scope type. |
![]() | UserDetails | Gets the current user’s details object. (inherited from VmmAddInBase) |
| Name | Description | |
|---|---|---|
|
PowerShellContext | Gets the PowerShell context object which provides scripting access. (inherited from VmmAddInBase) |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | AcquireLifetimeToken | (inherited from ContractBase) |
![]() | CheckIfEnabledFor | Determines if the ribbon button represented by this add-in is enabled for the provided context objects. (inherited from VmmAddInBase) |
![]() | CreateObjRef | (inherited from MarshalByRefObject) |
![]() | CreateViewControl | Called by the add-in framework to get the view control used by the console for this add-in. |
![]() | Equals | (inherited from Object) |
![]() | GetButtonLabelString | Returns the string shown on the ribbon button label. (inherited from VmmAddInBase) |
![]() | GetHashCode | (inherited from Object) |
![]() | GetLifetimeService | (inherited from MarshalByRefObject) |
![]() | GetRemoteHashCode | (inherited from ContractBase) |
![]() | GetType | (inherited from Object) |
![]() | InitializeLifetimeService | (inherited from MarshalByRefObject) |
![]() | OnHide | Called after the add-in view is hidden from the console. |
![]() | OnLoad | Called when the add-in first loads. (inherited from VmmAddInBase) |
![]() | OnShow | Called before the add-in view is shown in the console. |
![]() | OnUnload | Called when the add-in is unloaded. (inherited from VmmAddInBase) |
![]() | QueryContract | (inherited from ContractBase) |
![]() | RemoteEquals | (inherited from ContractBase) |
![]() | RemoteToString | (inherited from ContractBase) |
![]() | Renewal | (inherited from ContractBase) |
![]() | RevokeLifetimeToken | (inherited from ContractBase) |
![]() | SetAdminConsoleWindowAsParentOf | This method can be called to set the parent of a window to the Virtual Machine Manager console window. (inherited from VmmAddInBase) |
![]() | SetCurrentScope | Called by the add-in framework when the selected item in the console navigation tree has changed. |
![]() | SetParentWindow | For internal use only. Called by the add-in framework to keep reference to the Virtual Machine Manager console window. (inherited from VmmAddInBase) |
![]() | SetPowerShellContext | For internal use only. Called by the add-in framework to provide the current add-in reference to the PowerShell context object instance. (inherited from VmmAddInBase) |
![]() | SetUserDetails | For internal use only. Called by the add-in framework to provide the current add-in reference to the current console user. (inherited from VmmAddInBase) |
![]() | ToString | (inherited from Object) |
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from MarshalByRefObject) |
|
MemberwiseClone | (inherited from Object) |
|
OnFinalRevoke | Overridden. Called by the System.Addin framework. Calls the OnUnload method. (inherited from ContractBase) |
Show:
