IBehavior.Specification, propriété
La fonctionnalité comportementale que le comportement implémente.
Espace de noms : Microsoft.VisualStudio.Uml.CommonBehaviors
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
Property Specification As IBehavioralFeature
Get
Set
IBehavioralFeature Specification { get; set; }
property IBehavioralFeature^ Specification {
IBehavioralFeature^ get ();
void set (IBehavioralFeature^ value);
}
abstract Specification : IBehavioralFeature with get, set
function get Specification () : IBehavioralFeature
function set Specification (value : IBehavioralFeature)
Valeur de propriété
Type : Microsoft.VisualStudio.Uml.Classes.IBehavioralFeature
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.