Метод WebPart.IAttributeAccessor.GetAttribute
IAttributeAccessor.GetAttribute
Пространство имен: Microsoft.SharePoint.WebPartPages
Сборка: Microsoft.SharePoint (в Microsoft.SharePoint.dll)
Синтаксис
'Декларация
Private Function GetAttribute ( _
key As String _
) As String Implements IAttributeAccessor.GetAttribute
'Применение
Dim instance As WebPart
Dim key As String
Dim returnValue As String
returnValue = CType(instance, IAttributeAccessor).GetAttribute(key)
stringIAttributeAccessor.GetAttribute(
string key
)
Параметры
- key
Тип: System.String
Возвращаемое значение
Тип: System.String
Возвращает String.
Реализации
IAttributeAccessor.GetAttribute(String)