dotnetCHARTING Send comments on this topic.
CustomAttributes Property
See Also 
dotnetCHARTING Namespace > Element Class : CustomAttributes Property


Gets a collection of custom attributes associated with this element.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CustomAttributes As ListCollection
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As ListCollection
 
value = instance.CustomAttributes
C# 
public ListCollection CustomAttributes {get;}

Example

See Also

© 2010 All Rights Reserved.