Freigeben über


SmsFormViewBase Class

Serves as the base class for all views that require access to query processor functionality, refresh operations, and action processing in Configuration Manager 2007.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsFormViewBase

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public MustInherit Class SmsFormViewBase
    Inherits FormView
[ComVisibleAttribute(false)] 
public abstract class SmsFormViewBase : FormView
[ComVisibleAttribute(false)] 
public ref class SmsFormViewBase abstract : public FormView
/** @attribute ComVisibleAttribute(false) */ 
public abstract class SmsFormViewBase extends FormView
ComVisibleAttribute(false) 
public abstract class SmsFormViewBase extends FormView

Remarks

This class inherits from the Microsoft.ManagementConsole.FormView class, which provides a standard Microsoft Management Console Windows Forms view. It allows the results pane to be populated with a Windows Forms control.

Inheritance Hierarchy

System.Object
   Microsoft.ManagementConsole.View
     Microsoft.ManagementConsole.FormView
      Microsoft.ConfigurationManagement.AdminConsole.SmsFormViewBase

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.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsFormViewBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsFormViewControlBase

Other Resources

Configuration Manager Console Views
How to Create a Configuration Manager Console View
How to Use Objects Passed to a Configuration Manager Console View