다음을 통해 공유


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 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 Equals 이 인스턴스와 지정된 개체가 같은지 여부를 나타냅니다. (ValueType에서 상속됨)
Public 메서드 GetHashCode 이 인스턴스의 해시 코드를 반환합니다. (ValueType에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public 메서드 ToString 이 인스턴스의 정규화된 형식 이름을 반환합니다. (ValueType에서 상속됨)

위쪽

필드

  이름 설명
Public 필드 fActiveInModalState Determines whether view is active in a modal state.
Public 필드 fAutoDelimiterHighlight Determines whether automatic delimiter highlighting is allowed.
Public 필드 fClientDragDropFeedback Determines whether drag/drop feedback is enabled.
Public 필드 fDetectUTF8 Determines whether the view should detect UTF-8 encoding.
Public 필드 fDragDropEditing Determines whether drag/drop editing is allowed.
Public 필드 fDragDropMove Determines whether drag/drop moves are allowed.
Public 필드 fGoToAnchorAfterEscape Determines whether the user is sent to an anchor after pressing the ESC key.
Public 필드 fHighlightCurrentLine Determines whether current line highlighting is enabled.
Public 필드 fOvertype Determines whether insert or overtype is enabled. This value is not persisted.
Public 필드 fReadOnly Determines whether the view is read-only.
Public 필드 fSelectionMargin Determines whether the selection margin is displayed.
Public 필드 fTrackChanges Determines whether track changes is enabled.
Public 필드 fUndoCaretMovements Determines whether caret movements and text selections are included in undo list.
Public 필드 fVisibleWhitespace Determines whether spaces and tabs are shown.
Public 필드 fWidgetMargin Determines whether the widget margin is shown.
Public 필드 lEditorEmulation Determines whether the view should be in the Visual Studio default mode or some editor emulation mode.
Public 필드 uCompletorSize Determines the size of the IntelliSense completor.

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.VisualStudio.TextManager.Interop 네임스페이스