Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
bool IsIndirectlyInstantiated { get; set; }
property bool IsIndirectlyInstantiated {
bool get();
void set(bool value);
}
abstract IsIndirectlyInstantiated : bool with get, set
Property IsIndirectlyInstantiated As Boolean
Property Value
Type: System.Boolean
See Also
IComponent Interface
Microsoft.VisualStudio.Uml.Components Namespace
Return to top