다음을 통해 공유


IEditorOptions.SupportedOptions 속성

지원되는 옵션을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.Logic(Microsoft.VisualStudio.Text.Logic.dll)

구문

‘선언
ReadOnly Property SupportedOptions As IEnumerable(Of EditorOptionDefinition)
IEnumerable<EditorOptionDefinition> SupportedOptions { get; }
property IEnumerable<EditorOptionDefinition^>^ SupportedOptions {
    IEnumerable<EditorOptionDefinition^>^ get ();
}
abstract SupportedOptions : IEnumerable<EditorOptionDefinition> with get
function get SupportedOptions () : IEnumerable<EditorOptionDefinition>

속성 값

형식: IEnumerable<EditorOptionDefinition>
지원되는 옵션입니다.

.NET Framework 보안

참고 항목

참조

IEditorOptions 인터페이스

Microsoft.VisualStudio.Text.Editor 네임스페이스