SPList.GetPropertiesXmlForUncustomizedViews 方法

返回非自定义视图的列表,包括 GUID、 类型、 显示名称、 URL 和基本视图的 ID 的属性。

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

语法

声明
Public Function GetPropertiesXmlForUncustomizedViews As String
用法
Dim instance As SPList
Dim returnValue As String

returnValue = instance.GetPropertiesXmlForUncustomizedViews()
public string GetPropertiesXmlForUncustomizedViews()

返回值

类型:System.String
A string that contains a Collaborative Application Markup Language fragment that specifies the properties.

备注

GetPropertiesXmlForUncustomizedViews属性返回以下形式的 string。

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

另请参阅

引用

SPList 类

SPList 成员

Microsoft.SharePoint 命名空间