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

Visual Basic
Dim instance As SmsFormViewBase

Syntax

Visual Basic
<ComVisibleAttribute(False)> _
Public MustInherit Class SmsFormViewBase
		Inherits FormView
C#
[ComVisibleAttribute(false)] 
public abstract class SmsFormViewBase : FormView
C++
[ComVisibleAttribute(false)] 
public ref class SmsFormViewBase abstract : public FormView
J#
/** @attribute ComVisibleAttribute(false) */ 
public abstract class SmsFormViewBase extends FormView
JScript
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