Freigeben über


IComponent.IsIndirectlyInstantiated-Eigenschaft

TRUE, wenn die Komponente ein Entwurfszeitartefakt ist, das nicht direkt einer einzigen Laufzeitklasse entspricht. Standard = true.

Namespace:  Microsoft.VisualStudio.Uml.Components
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property IsIndirectlyInstantiated As Boolean
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IComponent Schnittstelle

Microsoft.VisualStudio.Uml.Components-Namespace