DesignerConfigurationService.AutoSurroundWithSequenceEnabled 속성

정의

시퀀스를 이용한 자동 감싸기를 사용하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

자동 감싸기(시퀀스)를 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상