다음을 통해 공유


EditorHints 열거형

정의

주의

This class is obsolete and will be removed in a future version.

이 클래스는 사용되지 않으며 이후 버전에서 제거됩니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class EditorHints
[System.Flags]
public enum EditorHints
[System.Flags]
[System.Obsolete("This class is obsolete and will be removed in a future version.")]
public enum EditorHints
[<System.Flags>]
type EditorHints = 
[<System.Flags>]
[<System.Obsolete("This class is obsolete and will be removed in a future version.")>]
type EditorHints = 
Public Enum EditorHints
상속
EditorHints
특성

필드

Name Description
None 0

문 완성에 대한 기본(태그 또는 코드) 편집기 동작을 사용해야 합니다. 범위가 다른 CompletionType으로 레이블이 지정된 경우에도 편집기는 항상 기본 동작을 사용할 수 있습니다.

VirtualPath 1

편집기에서 지원하는 경우 이 범위에 가상 경로 완성을 사용해야 했음을 나타냅니다. 편집기는 이 완성 모드를 지원할 필요가 없으며 기본() 동작을EditorHints.None 지원하지 않는 경우 사용합니다.

적용 대상