Proprietà IDependency.Supplier
Gli elementi su cui dipendono i client.
Spazio dei nomi: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintassi
'Dichiarazione
Property Supplier As INamedElement
Get
Set
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)
Valore proprietà
Tipo: Microsoft.VisualStudio.Uml.Classes.INamedElement
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.