Propriedade IComponent.IsIndirectlyInstantiated

True se o componente é um artefato de tempo de design que não correspondem diretamente a uma única classe de tempo de execução. Padrão = true.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IComponent Interface

Namespace Microsoft.VisualStudio.Uml.Components