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.
Top

(see also Protected Properties)
 NameDescription
public propertyCurrentScopeObjectGets the backing Virtual Machine Manager object of the currently selected console navigation tree item.
public propertyCurrentScopeTypeGets the currently selected console navigation tree item’s scope type.
public propertyUserDetails  Gets the current user’s details object. (inherited from VmmAddInBase)
Top

  Name Description
protected property PowerShellContext  Gets the PowerShell context object which provides scripting access. (inherited from VmmAddInBase)
Top

(see also Protected Methods)
 NameDescription
public methodAcquireLifetimeToken  (inherited from ContractBase)
public methodCheckIfEnabledFor  Determines if the ribbon button represented by this add-in is enabled for the provided context objects. (inherited from VmmAddInBase)
public methodCreateObjRef  (inherited from MarshalByRefObject)
public methodCreateViewControlCalled by the add-in framework to get the view control used by the console for this add-in.
public methodEquals  (inherited from Object)
public methodGetButtonLabelString  Returns the string shown on the ribbon button label. (inherited from VmmAddInBase)
public methodGetHashCode  (inherited from Object)
public methodGetLifetimeService  (inherited from MarshalByRefObject)
public methodGetRemoteHashCode  (inherited from ContractBase)
public methodGetType  (inherited from Object)
public methodInitializeLifetimeService  (inherited from MarshalByRefObject)
public methodOnHideCalled after the add-in view is hidden from the console.
public methodOnLoad  Called when the add-in first loads. (inherited from VmmAddInBase)
public methodOnShowCalled before the add-in view is shown in the console.
public methodOnUnload  Called when the add-in is unloaded. (inherited from VmmAddInBase)
public methodQueryContract  (inherited from ContractBase)
public methodRemoteEquals  (inherited from ContractBase)
public methodRemoteToString  (inherited from ContractBase)
public methodRenewal  (inherited from ContractBase)
public methodRevokeLifetimeToken  (inherited from ContractBase)
public methodSetAdminConsoleWindowAsParentOf  This method can be called to set the parent of a window to the Virtual Machine Manager console window. (inherited from VmmAddInBase)
public methodSetCurrentScopeCalled by the add-in framework when the selected item in the console navigation tree has changed.
public methodSetParentWindow  For internal use only. Called by the add-in framework to keep reference to the Virtual Machine Manager console window. (inherited from VmmAddInBase)
public methodSetPowerShellContext  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)
public methodSetUserDetails  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)
public methodToString  (inherited from Object)
Top

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from MarshalByRefObject)
protected method MemberwiseClone  (inherited from Object)
protected method OnFinalRevoke  Overridden. Called by the System.Addin framework. Calls the OnUnload method. (inherited from ContractBase)
Top
 
Show: