Compartilhar via


SpellChecker classe

Representa o serviço Web de verificador ortográfico.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.SharePoint.Publishing.SpellChecker

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/sharepoint/publishing/spelling/",  _
    Name := "Spelling Service", Description := "This web service identifies spelling mistakes and recommends suggestions for correction.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SpellChecker _
    Inherits WebService
'Uso
Dim instance As SpellChecker
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/sharepoint/publishing/spelling/", 
    Name = "Spelling Service", Description = "This web service identifies spelling mistakes and recommends suggestions for correction.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SpellChecker : WebService

Comentários

Este serviço da Web identifica erros de ortografia e recomenda sugestões para a correção.

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

SpellChecker membros

Microsoft.SharePoint.Publishing namespace