Partager via


IComponent.IsIndirectlyInstantiated, propriété

True si le composant est un artefact au moment du design qui ne correspond pas directement à une classe runtime unique. Valeur par défaut = true.

Espace de noms :  Microsoft.VisualStudio.Uml.Components
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

IComponent Interface

Microsoft.VisualStudio.Uml.Components, espace de noms