다음을 통해 공유


IEditorOptions.Parent 속성

이 옵션 집합의 바로 위 부모를 가져옵니다.

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

구문

‘선언
Property Parent As IEditorOptions
IEditorOptions Parent { get; set; }
property IEditorOptions^ Parent {
    IEditorOptions^ get ();
    void set (IEditorOptions^ value);
}
abstract Parent : IEditorOptions with get, set
function get Parent () : IEditorOptions 
function set Parent (value : IEditorOptions)

속성 값

형식: Microsoft.VisualStudio.Text.Editor.IEditorOptions
부모 범위입니다.

설명

이 옵션 집합에 부모 범위가 없는 경우(전역 범위이기 때문에) 이 속성은 null이며 설정할 수 없습니다.

이 속성을 설정할 때 새 부모가 아닌 이어야 합니다-nullNull 참조(Visual Basic의 경우 Nothing) 및 다른 인스턴스를 IEditorOptions 에서 동일 하 게 만든 IEditorOptionsFactoryService 이 인스턴스와. 순환 부모 체인을 사용할 수 없습니다.

.NET Framework 보안

참고 항목

참조

IEditorOptions 인터페이스

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