共用方式為


CamlQuery.ViewXml 屬性

取得或設定值,指定定義清單檢視的 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 Property ViewXml As String
    Get
    Set
'用途
Dim instance As CamlQuery
Dim value As String

value = instance.ViewXml

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

屬性值

類型:System.String
傳回 String

備註

它必須null 參考 (未執行任何動作 於 Visual Basic 中)、 空白或符合 ViewDefinition 類型 XML 片段。

FieldDefinitions 類型包含零個或多個欄位的集合。

結構描述

Xs:complexType name = "FieldDefinitions" 
   Xs:sequence
      Xs:element name = "Field" type = "FieldDefinition" minOccurs = "0" maxOccurs = "unbounded"/
   /xs:sequence
/xs:complexType

請參閱

參照

CamlQuery 類別

CamlQuery 成員

Microsoft.SharePoint.Client 命名空間