IPin.Action, propriété
L'action qui possède cette broche.
Espace de noms : Microsoft.VisualStudio.Uml.Actions
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
Property Action As IAction
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)
Valeur de propriété
Type : Microsoft.VisualStudio.Uml.Actions.IAction
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.