ImportManyAttribute.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입니다.

적용 대상