SPFile.CharSetName property
取得檔案中使用的字元集的名稱。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property CharSetName As String
Get
'用途
Dim instance As SPFile
Dim value As String
value = instance.CharSetName
public string CharSetName { get; }
Property value
Type: System.String
字串,包含檔案中使用的字元集的名稱。