IInterfaceRealization.Contract, propriété
L'interface qui spécifie le contrat de conformité.
Espace de noms : Microsoft.VisualStudio.Uml.Classes
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
Property Contract As IInterface
IInterface Contract { get; set; }
property IInterface^ Contract {
IInterface^ get ();
void set (IInterface^ value);
}
abstract Contract : IInterface with get, set
function get Contract () : IInterface
function set Contract (value : IInterface)
Valeur de propriété
Type : Microsoft.VisualStudio.Uml.Classes.IInterface
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.