Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The message that starts the Execution Specification.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static IMessage GetIssuingMessage(
this IExecutionSpecification executionSpecification
)
public:
[ExtensionAttribute]
static IMessage^ GetIssuingMessage(
IExecutionSpecification^ executionSpecification
)
static member GetIssuingMessage :
executionSpecification:IExecutionSpecification -> IMessage
<ExtensionAttribute>
Public Shared Function GetIssuingMessage (
executionSpecification As IExecutionSpecification
) As IMessage
Parameters
- executionSpecification
Type: Microsoft.VisualStudio.Uml.Interactions.IExecutionSpecification
Return Value
Type: Microsoft.VisualStudio.Uml.Interactions.IMessage
See Also
ExecutionSpecificationExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top