del método WebPart.IAttributeAccessor.GetAttribute

IAttributeAccessor.GetAttribute

Espacio de nombres:  Microsoft.SharePoint.WebPartPages
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Private Function GetAttribute ( _
    key As String _
) As String Implements IAttributeAccessor.GetAttribute
'Uso
Dim instance As WebPart
Dim key As String
Dim returnValue As String

returnValue = CType(instance, IAttributeAccessor).GetAttribute(key)
stringIAttributeAccessor.GetAttribute(
    string key
)

Parámetros

Valor devuelto

Tipo: System.String
Devuelve String.

Implementaciones

IAttributeAccessor.GetAttribute(String)

Vea también

Referencia

clase WebPart

Miembros WebPart

Espacio de nombres Microsoft.SharePoint.WebPartPages