Share via


IComponent.IsIndirectlyInstantiated Property

True if the component is a design-time artifact that does not correspond directly to a single run-time class. Default = true.

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

Syntax

'Declaration
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IComponent Interface

Microsoft.VisualStudio.Uml.Components Namespace