SPView.PropertiesXml 属性

获取视图,包括 GUID、 类型、 显示名称、 URL 和基本视图的 ID 的属性。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Property PropertiesXml As String
    Get
用法
Dim instance As SPView
Dim value As String

value = instance.PropertiesXml
public string PropertiesXml { get; }

属性值

类型:System.String
协作应用程序标记语言 (CAML)字符串,其中包含指定的属性的片段。

备注

在以下窗体中, PropertiesXml属性返回一个字符串:

<View Name="{7591FC7D-8304-42C7-9456-09F4241AC6F8}" 
   Type="HTML" DisplayName="View_Name" 
   Url="Lists/List_Title/File_Name.aspx" 
   BaseViewID="1" />

另请参阅

引用

SPView 类

SPView 成员

Microsoft.SharePoint 命名空间