Share via


ISequenceDiagram.UmlMode Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

True if this is a UML interaction; false if this is an interaction generated from code.

Namespace:  Microsoft.VisualStudio.Uml.Presentation
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
ReadOnly Property UmlMode As Boolean
    Get
'Usage
Dim instance As ISequenceDiagram
Dim value As Boolean

value = instance.UmlMode
bool UmlMode { get; }
property bool UmlMode {
    bool get ();
}
abstract UmlMode : bool
function get UmlMode () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISequenceDiagram Interface

ISequenceDiagram Members

Microsoft.VisualStudio.Uml.Presentation Namespace