共用方式為


SPContentType.SchemaXmlWithResourceTokens property

取得定義內容類型的 XML 結構描述非當地語系化版本。

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

Syntax

'宣告
Public Property SchemaXmlWithResourceTokens As String
    Get
    Set
'用途
Dim instance As SPContentType
Dim value As String

value = instance.SchemaXmlWithResourceTokens

instance.SchemaXmlWithResourceTokens = value
public string SchemaXmlWithResourceTokens { get; set; }

Property value

Type: System.String
XML 結構描述定義的內容類型。

備註

可以使用資源語彙基元定義內容類型結構描述,使相同的結構描述可以用於多種語言。SchemaXmlWithResourceTokens會傳回該版本的內容類型的結構描述。若要取得結構描述的當地語系化的版本,請使用SchemaXml屬性。

請參閱

參照

SPContentType class

SPContentType members

Microsoft.SharePoint namespace

SchemaXml