Sdílet prostřednictvím


IDependency.Supplier – vlastnost

Prvky, na které závislé klienty.

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

Syntaxe

'Deklarace
Property Supplier As INamedElement
INamedElement Supplier { get; set; }
property INamedElement^ Supplier {
    INamedElement^ get ();
    void set (INamedElement^ value);
}
abstract Supplier : INamedElement with get, set
function get Supplier () : INamedElement
function set Supplier (value : INamedElement)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.Uml.Classes.INamedElement

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IDependency Rozhraní

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