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