다음을 통해 공유


SPDiffUtility.InsertCloseTag Property

Gets or sets the closing HTML tag for the section of output from the Diff method that contains inserted text.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.StaticSetter)> _
Public Shared Property InsertCloseTag As String
    Get
    Set
'Usage
Dim value As String

value = SPDiffUtility.InsertCloseTag

SPDiffUtility.InsertCloseTag = value
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.StaticSetter)]
public static string InsertCloseTag { get; set; }

Property Value

Type: System.String
A string that contains the tag.

See Also

Reference

SPDiffUtility Class

SPDiffUtility Members

Microsoft.SharePoint.Utilities Namespace