PageProvider Class

 

Provides a top-level tab in the Dashboard.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

System::Object
  System::MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel::PageProvider
      Microsoft.WindowsServerSolutions.Administration.ObjectModel::PageProviderV2

public ref class PageProvider abstract : MarshalByRefObject, 
	IComponent, IDisposable

NameDescription
System_CAPS_protmethodPageProvider(Guid, String^, String^)

Initializes a new instance of the PageProvider class.

NameDescription
System_CAPS_pubpropertySite

Sets and gets the site for the PageProvider.

NameDescription
System_CAPS_protmethodCreateHelpTopicInfo()

Initializes a new instance of the HelpTopicInfo class that provides help information for the top-level tab in the Dashboard.

System_CAPS_protmethodCreateImage()

Creates an Icon object that provides an icon for the PageProvider.

System_CAPS_pubmethodCreateObjRef(Type^)

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Overrides MarshalByRefObject::CreateObjRef(Type^).)

System_CAPS_protmethodCreatePages()

Defines the pages in the PageProvider that are displayed as sub-tabs in the Dashboard.

System_CAPS_pubmethodDispose()

Releases all resources used by the PageProvider object.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the PageProvider object and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Releases unmanaged resources and performs other cleanup operations before the PageProvider object is reclaimed by garbage collection.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject::InitializeLifetimeService().)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventDisposed

Represents an event that is raised when the PageProvider is disposed.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: