TileData.BackgroundCollageImageLocations - Propriété
Espace de noms : Microsoft.SharePoint.Client.WebParts
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property BackgroundCollageImageLocations As IEnumerable(Of String)
Get
Set
'Utilisation
Dim instance As TileData
Dim value As IEnumerable(Of String)
value = instance.BackgroundCollageImageLocations
instance.BackgroundCollageImageLocations = value
public IEnumerable<string> BackgroundCollageImageLocations { get; set; }
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<String>