Udostępnij za pośrednictwem


Właściwość IComponent.IsIndirectlyInstantiated —

Ma wartość true, jeśli składnik jest artefakt czasu projektowania, które nie odpowiadają bezpośrednio jednej klasy uruchomieniowej.Domyślnie = true.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Components
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

'Deklaracja
Property IsIndirectlyInstantiated As Boolean
bool IsIndirectlyInstantiated { get; set; }
property bool IsIndirectlyInstantiated {
    bool get ();
    void set (bool value);
}
abstract IsIndirectlyInstantiated : bool with get, set
function get IsIndirectlyInstantiated () : boolean 
function set IsIndirectlyInstantiated (value : boolean)

Wartość właściwości

Typ: Boolean

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IComponent Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Components