Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The Operation associated with this event.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Operation As IOperation
IOperation Operation { get; set; }
property IOperation^ Operation {
IOperation^ get ();
void set (IOperation^ value);
}
abstract Operation : IOperation with get, set
function get Operation () : IOperation
function set Operation (value : IOperation)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IOperation
.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.