ListViewWebPart.ListViewXml - Propriété
Obtient ou définit l'affichage de liste au format XML.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
<RequiresDesignerPermissionAttribute> _
Public Property ListViewXml As String
Get
Set
'Utilisation
Dim instance As ListViewWebPart
Dim value As String
value = instance.ListViewXml
instance.ListViewXml = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
[RequiresDesignerPermissionAttribute]
public string ListViewXml { get; set; }
Valeur de propriété
Type : System.String
String Affichage de la liste au format XML.
Remarques
La propriété ListViewXml est en lecture/écriture.