Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets a collection of ModelElements that this DiagramItem represents.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Dichiarazione
Public ReadOnly Property RepresentedElements As ICollection
Get
public ICollection RepresentedElements { get; }
public:
property ICollection^ RepresentedElements {
ICollection^ get ();
}
member RepresentedElements : ICollection
function get RepresentedElements () : ICollection
Property Value
Type: System.Collections.ICollection
Remarks
For a DiagramItem which describes just a ShapeElement, the representative element is the ShapeElement itself.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.