VIEWPREFERENCES3 구조체
Supplies settings for text views; copies and extends VIEWPREFERENCES2.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop.11.0(Microsoft.VisualStudio.TextManager.Interop.11.0.dll)
구문
‘선언
Public Structure VIEWPREFERENCES3
public struct VIEWPREFERENCES3
public value class VIEWPREFERENCES3
[<Sealed>]
type VIEWPREFERENCES3 = struct end
JScript에서는 구조체를 사용할 수 있지만 새로 선언할 수는 없습니다.
VIEWPREFERENCES3 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
Equals | 이 인스턴스와 지정된 개체가 같은지 여부를 나타냅니다. (ValueType에서 상속됨) | |
GetHashCode | 이 인스턴스의 해시 코드를 반환합니다. (ValueType에서 상속됨) | |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) | |
ToString | 이 인스턴스의 정규화된 형식 이름을 반환합니다. (ValueType에서 상속됨) |
위쪽
필드
이름 | 설명 | |
---|---|---|
fActiveInModalState | Determines whether view is active in a modal state. | |
fAutoDelimiterHighlight | Determines whether automatic delimiter highlighting is allowed. | |
fClientDragDropFeedback | Determines whether drag/drop feedback is enabled. | |
fDetectUTF8 | Determines whether the view should detect UTF-8 encoding. | |
fDragDropEditing | Determines whether drag/drop editing is allowed. | |
fDragDropMove | Determines whether drag/drop moves are allowed. | |
fGoToAnchorAfterEscape | Determines whether the user is sent to an anchor after pressing the ESC key. | |
fHighlightCurrentLine | Determines whether current line highlighting is enabled. | |
fOvertype | Determines whether insert or overtype is enabled. This value is not persisted. | |
fReadOnly | Determines whether the view is read-only. | |
fSelectionMargin | Determines whether the selection margin is displayed. | |
fTrackChanges | Determines whether track changes is enabled. | |
fUndoCaretMovements | Determines whether caret movements and text selections are included in undo list. | |
fVisibleWhitespace | Determines whether spaces and tabs are shown. | |
fWidgetMargin | Determines whether the widget margin is shown. | |
lEditorEmulation | Determines whether the view should be in the Visual Studio default mode or some editor emulation mode. | |
uCompletorSize | Determines the size of the IntelliSense completor. |
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.