Anteckning
Å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 action that owns this pin.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Action As IAction
Get
Set
IAction Action { get; set; }
property IAction^ Action {
IAction^ get ();
void set (IAction^ value);
}
abstract Action : IAction with get, set
function get Action () : IAction
function set Action (value : IAction)
Property Value
Type: Microsoft.VisualStudio.Uml.Actions.IAction
.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.