ContentType.SchemaXml 屬性
取得值,指定表示內容類型的 XML 結構描述。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property SchemaXml As String
Get
'用途
Dim instance As ContentType
Dim value As String
value = instance.SchemaXml
public string SchemaXml { get; }
屬性值
類型:System.String
傳回代表表示內容類型的 XML 結構描述String執行個體。
例外狀況
例外狀況 | 條件 |
---|---|
SPException | 內容類型或內容類型的上層都不存在於網站上。錯誤碼 ︰-2146232832。 |