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