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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.