SPMobileNoteFieldValidator class
Verifica o valor de um campo que contém uma anotação.
Inheritance hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Label
System.Web.UI.WebControls.BaseValidator
Microsoft.SharePoint.Mobile.WebControls.SPMobileFieldValidator
Microsoft.SharePoint.Mobile.WebControls.SPMobileNoteFieldValidator
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPMobileNoteFieldValidator _
Inherits SPMobileFieldValidator
'Uso
Dim instance As SPMobileNoteFieldValidator
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPMobileNoteFieldValidator : SPMobileFieldValidator
Comentários
Normalmente os objetos desta classe são os valores de uma propriedade de SPMobileNoteField.FieldValidatorControl .
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.