IShape<T>.Element Property
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
T Element { get; }
property T Element {
T get();
}
abstract Element : 'T with get
ReadOnly Property Element As T
Property Value
Type: T
See Also
IShape<T> Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top