Condividi tramite


Proprietà IInterfaceRealization.Contract

l'interfaccia che specifica il contratto di conformità.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.Uml.Classes.IInterface

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IInterfaceRealization Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes