Sdílet prostřednictvím


IComponent.IsIndirectlyInstantiated – vlastnost

TRUE, pokud je součást návrhu artefakt, který neodpovídá přímo do jedné třídy spuštění.Výchozí nastavení = true.

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

Syntaxe

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

Hodnota vlastnosti

Typ: Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IComponent Rozhraní

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