Класс SpellChecker
Представляет средство проверки правописания веб-службы.
Иерархия наследования
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.SharePoint.Publishing.SpellChecker
Пространство имен: Microsoft.SharePoint.Publishing
Сборка: Microsoft.SharePoint.Publishing (в Microsoft.SharePoint.Publishing.dll)
Синтаксис
'Декларация
<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
'Применение
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
Замечания
Эта веб-служба определяет орфографических ошибок и рекомендует варианты для исправления.
Потокобезопасность
Любые общедоступные элементы static (Shared в Visual Basic) этого типа являются потокобезопасными. Не гарантируется, что любые элементы экземпляров потокобезопасны.