DiagramItem.RepresentedElements Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public ReadOnly Property RepresentedElements As ICollection
'使用
Dim instance As DiagramItem
Dim value As ICollection

value = instance.RepresentedElements
public ICollection RepresentedElements { get; }
public:
property ICollection^ RepresentedElements {
    ICollection^ get ();
}
public function get RepresentedElements () : ICollection

Property Value

Type: System.Collections.ICollection

Permissions

See Also

Reference

DiagramItem Class

DiagramItem Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace