WebPart.IAttributeAccessor.GetAttribute - Méthode
IAttributeAccessor.GetAttribute
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Private Function GetAttribute ( _
key As String _
) As String Implements IAttributeAccessor.GetAttribute
'Utilisation
Dim instance As WebPart
Dim key As String
Dim returnValue As String
returnValue = CType(instance, IAttributeAccessor).GetAttribute(key)
stringIAttributeAccessor.GetAttribute(
string key
)
Paramètres
- key
Type : System.String
Valeur renvoyée
Type : System.String
Retourne String .
Implémentations
IAttributeAccessor.GetAttribute(String)