IDiagramContext.CurrentDiagram Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The active diagram. Null if there is no active modeling diagram.
Namespace: Microsoft.VisualStudio.Uml.Presentation
Assembly: Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)
Syntax
'Declaration
ReadOnly Property CurrentDiagram As IDiagram
Get
'Usage
Dim instance As IDiagramContext
Dim value As IDiagram
value = instance.CurrentDiagram
IDiagram CurrentDiagram { get; }
property IDiagram^ CurrentDiagram {
IDiagram^ get ();
}
abstract CurrentDiagram : IDiagram
function get CurrentDiagram () : IDiagram
Property Value
Type: Microsoft.VisualStudio.Uml.Presentation.IDiagram
.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.