다음을 통해 공유


IComponent.IsIndirectlyInstantiated 속성

구성 요소가 단일 런타임 클래스에 직접적으로 해당하지 않는 디자인 타임 아티팩트인 경우 true입니다. 기본값은 True입니다.

네임스페이스:  Microsoft.VisualStudio.Uml.Components
어셈블리:  Microsoft.VisualStudio.Uml.Interfaces(Microsoft.VisualStudio.Uml.Interfaces.dll)

구문

‘선언
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)

속성 값

형식: Boolean

.NET Framework 보안

참고 항목

참조

IComponent 인터페이스

Microsoft.VisualStudio.Uml.Components 네임스페이스