WebPartGalleryItem.Source - Propriété
En cas de substitution dans une classe dérivée, obtient l' WebPartGallerySource à partir duquel cet objet a été récupéré.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property Source As WebPartGallerySource
Get
'Utilisation
Dim instance As WebPartGalleryItem
Dim value As WebPartGallerySource
value = instance.Source
public abstract WebPartGallerySource Source { get; }
Valeur de propriété
Type : Microsoft.SharePoint.WebPartPages.WebPartGallerySource
WebPartGallerySource à partir duquel cet objet a été récupéré.