Freigeben über


OWSControl-Klasse

HINWEIS: Diese API ist veraltet.

Stellt sicher, dass alle OWSForm Serversteuerelemente innerhalb eines < OWSForm >-Tags enthalten sind.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.SPControl
      Microsoft.SharePoint.WebControls.OWSControl
        Microsoft.SharePoint.WebControls.OWSDateField
        Microsoft.SharePoint.WebControls.OWSNumberField
        Microsoft.SharePoint.WebControls.OWSSubmitButton

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class has been deprecated.")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public MustInherit Class OWSControl _
    Inherits SPControl
'Usage
Dim instance As OWSControl
[ObsoleteAttribute("This class has been deprecated.")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public abstract class OWSControl : SPControl

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

OWSControl-Member

Microsoft.SharePoint.WebControls-Namespace