Condividi tramite


Proprietà IComponent.IsIndirectlyInstantiated

True se il componente è un elemento in fase di progettazione che non corrisponde direttamente a una singola classe di runtime.L'impostazione predefinita = true.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IComponent Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Components