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;}
C++/CLI 
public:
property ListCollection^ CustomAttributes {
   ListCollection^ get();
}

See Also