TextViewBase class
Inheritance hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.Literal
Microsoft.SharePoint.Mobile.Controls.TextViewBase
Microsoft.SharePoint.Mobile.Controls.Label
Microsoft.SharePoint.Mobile.Controls.TextView
Namespace: Microsoft.SharePoint.Mobile.Controls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public MustInherit Class TextViewBase _
Inherits Literal
'Uso
Dim instance As TextViewBase
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public abstract class TextViewBase : Literal
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.