SPList.GetPropertiesXmlForUncustomizedViews method
Retorna as propriedades dos modos de exibição não personalizadas da lista, incluindo o GUID, o tipo, o nome para exibição, a URL e a ID do modo de exibição base.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function GetPropertiesXmlForUncustomizedViews As String
'Uso
Dim instance As SPList
Dim returnValue As String
returnValue = instance.GetPropertiesXmlForUncustomizedViews()
public string GetPropertiesXmlForUncustomizedViews()
Valor retornado
Type: System.String
A string that contains a Collaborative Application Markup Language fragment that specifies the properties.
Comentários
A propriedade GetPropertiesXmlForUncustomizedViews retorna uma cadeia de caracteres no seguinte formato.
<View Name="{7591FC7D-8304-42C7-9456-09F4241AC6F8}"
Type="HTML" DisplayName="View_Name"
Url="Lists/List_Title/File_Name.aspx"
BaseViewID="1" />