Share via


SPHtmlTransformSettings class

代表一群 HTML 檢視器設定。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPHtmlTransformSettings

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPHtmlTransformSettings _
    Inherits SPAutoSerializingObject
'用途
Dim instance As SPHtmlTransformSettings
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPHtmlTransformSettings : SPAutoSerializingObject

備註

HTML 檢視器會將文件轉換成 HTML 格式,提供支援的使用者要在瀏覽器中檢視檔案,但沒有適當的用戶端應用程式安裝或檢視器。

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.

請參閱

參照

SPHtmlTransformSettings members

Microsoft.SharePoint.Administration namespace