Compartilhar via


StringNormalize class

Contém métodos e propriedades que controlam a normalização de seqüência de caracteres.

Hierarquia de herança

System.Object
  System.MarshalByRefObject
    Microsoft.SharePoint.BusinessData.Infrastructure.InterpretedRule
      Microsoft.SharePoint.BusinessData.Infrastructure.StringNormalize

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Sintaxe

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class StringNormalize _
    Inherits InterpretedRule
'Uso
Dim instance As StringNormalize
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class StringNormalize : InterpretedRule

Segurança do thread

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

StringNormalize members

Microsoft.SharePoint.BusinessData.Infrastructure namespace