Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides additional features for a top-level tab in the Dashboard.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.PageProvider
      Microsoft.WindowsServerSolutions.Administration.ObjectModel.PageProviderV2
Syntax
public abstract class PageProviderV2 : PageProvider
public ref class PageProviderV2 abstract : PageProvider
Public MustInherit Class PageProviderV2
    Inherits PageProvider
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | PageProviderV2(Guid, String, String) | Creates a new instance of the PageProviderV2 object, using the specified ID, display name, and descrition. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Site | Sets and gets the site for the PageProvider.(Inherited from PageProvider.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | CreateHelpTopicInfo() | Initializes a new instance of the HelpTopicInfo class that provides help information for the top-level tab in the Dashboard.(Inherited from PageProvider.) | 
| .jpeg) | CreateImage() | Creates an Icon object that provides an icon for the PageProvider.(Inherited from PageProvider.) | 
| .jpeg) | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from PageProvider.) | 
| .jpeg) | CreatePages() | Defines the pages in the PageProvider that are displayed as sub-tabs in the Dashboard.(Inherited from PageProvider.) | 
| .jpeg) | Dispose() | Releases all resources used by the PageProvider object.(Inherited from PageProvider.) | 
| .jpeg) | Dispose(Boolean) | Releases the unmanaged resources used by the PageProvider object and optionally releases the managed resources.(Inherited from PageProvider.) | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | Releases unmanaged resources and performs other cleanup operations before the PageProvider object is reclaimed by garbage collection.(Inherited from PageProvider.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from PageProvider.) | 
| .jpeg) | IsVisible() | Gets or sets a value that determines if the page is visible. | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Events
| Name | Description | |
|---|---|---|
| .jpeg) | Disposed | Represents an event that is raised when the PageProvider is disposed.(Inherited from PageProvider.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top