Sdílet prostřednictvím


IInterfaceRealization.Contract – vlastnost

Rozhraní, které určuje shodu smlouvy.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.Uml.Classes.IInterface

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IInterfaceRealization Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů