ImportAttribute.AllowRecomposition 속성

정의

컨테이너에서 일치하는 계약으로 내보내기가 변경될 때 속성 또는 필드가 다시 컴파일될지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool AllowRecomposition { bool get(); void set(bool value); };
public bool AllowRecomposition { get; set; }
member this.AllowRecomposition : bool with get, set
Public Property AllowRecomposition As Boolean

속성 값

true 일치 ContractName 항목이 있는 내보내기가 추가되거나 제거 CompositionContainer될 때 속성 또는 필드가 다시 처리를 허용하면 이고, false그렇지 않으면 입니다. 기본값은 false입니다.

적용 대상