IVsTextEditorPropertyContainer 인터페이스
텍스트 편집기의 속성을 관리합니다.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)
구문
‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("7669CC95-4640-461C-8158-16F65265D77C")> _
Public Interface IVsTextEditorPropertyContainer
[InterfaceTypeAttribute()]
[GuidAttribute("7669CC95-4640-461C-8158-16F65265D77C")]
public interface IVsTextEditorPropertyContainer
[InterfaceTypeAttribute()]
[GuidAttribute(L"7669CC95-4640-461C-8158-16F65265D77C")]
public interface class IVsTextEditorPropertyContainer
[<InterfaceTypeAttribute()>]
[<GuidAttribute("7669CC95-4640-461C-8158-16F65265D77C")>]
type IVsTextEditorPropertyContainer = interface end
public interface IVsTextEditorPropertyContainer
IVsTextEditorPropertyContainer 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
![]() |
GetProperty | 지정 된 텍스트 편집기 속성을 반환합니다. |
![]() |
RemoveProperty | 텍스트 편집기에 대 한 속성을 제거합니다. |
![]() |
SetProperty | 지정 된 속성에 대 한 텍스트 편집기를 설정합니다. |
위쪽
설명
호출자 참고 사항
가져오기 설정 하거나 편집기 속성을 개체에서 제거 하기 위해이 인터페이스를 호출 합니다.