DataFormWebPart.XslLink - Propriété

Obtient ou définit la propriété XslLink .

Espace de noms :  Microsoft.SharePoint.WebPartPages
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<ResourcesAttribute("DataViewWebPartXslLinkLiteral", "Miscellaneous",  _
    "DataFormWebPartXslLinkDescription")> _
<RequiresDesignerPermissionAttribute> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
<HtmlDesignerAttribute("", HtmlEditorBuilderType := "file")> _
<ManagedLinkAttribute(Fixup := True)> _
Public Property XslLink As String
    Get
    Set
'Utilisation
Dim instance As DataFormWebPart
Dim value As String

value = instance.XslLink

instance.XslLink = value
[ResourcesAttribute("DataViewWebPartXslLinkLiteral", "Miscellaneous", 
    "DataFormWebPartXslLinkDescription")]
[RequiresDesignerPermissionAttribute]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
[HtmlDesignerAttribute("", HtmlEditorBuilderType = "file")]
[ManagedLinkAttribute(Fixup = true)]
public string XslLink { get; set; }

Valeur de propriété

Type : System.String

Voir aussi

Référence

DataFormWebPart classe

DataFormWebPart - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms