Compartir a través de


IComponent.IsIndirectlyInstantiated (Propiedad)

Es true si el componente es un artefacto de tiempo de diseño que no corresponde directamente a una sola clase en tiempo de ejecución.Valor predeterminado = true.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Components
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IComponent Interfaz

Microsoft.VisualStudio.Uml.Components (Espacio de nombres)