ImageBase.CustomAttributes property
Namespace: Microsoft.SharePoint.Mobile.Controls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property CustomAttributes As AttributeCollection
Get
'用途
Dim instance As ImageBase
Dim value As AttributeCollection
value = instance.CustomAttributes
public AttributeCollection CustomAttributes { get; }
Property value
Type: System.Web.UI.AttributeCollection