ISequenceDiagram.Interaction Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The interaction that is displayed on the sequence diagram, or null if it is not yet bound.
Namespace: Microsoft.VisualStudio.Uml.Presentation
Assembly: Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)
Syntax
'Declaration
ReadOnly Property Interaction As IInteraction
Get
'Usage
Dim instance As ISequenceDiagram
Dim value As IInteraction
value = instance.Interaction
IInteraction Interaction { get; }
property IInteraction^ Interaction {
IInteraction^ get ();
}
abstract Interaction : IInteraction
function get Interaction () : IInteraction
Property Value
Type: Microsoft.VisualStudio.Uml.Interactions.IInteraction
.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.