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)

property bool IsIndirectlyInstantiated {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Return to top
Show: