다음을 통해 공유


ITextBufferFactoryService 인터페이스

일반 텍스트 버퍼에 대 한 팩터리 서비스입니다.

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

구문

‘선언
Public Interface ITextBufferFactoryService
public interface ITextBufferFactoryService
public interface class ITextBufferFactoryService
type ITextBufferFactoryService =  interface end
public interface ITextBufferFactoryService

ITextBufferFactoryService 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 InertContentType 관련 아티팩트가 자동으로 생성되지 않는 콘텐츠 형식입니다.
Public 속성 PlaintextContentType 일반 텍스트 파일의 미리 정의된 콘텐츠 형식입니다.
Public 속성 TextContentType 텍스트 콘텐츠 형식입니다.

위쪽

메서드

  이름 설명
Public 메서드 CreateTextBuffer() IContentType "텍스트"를 사용하여 빈 ITextBuffer를 만듭니다.
Public 메서드 CreateTextBuffer(IContentType) 지정된 IContentType을 사용하여 빈 ITextBuffer를 만듭니다.
Public 메서드 CreateTextBuffer(TextReader, IContentType) 만듭니다는 ITextBuffer 특정 콘텐츠 형식 및 지정 된 텍스트 판독기에서 데이터를 참조 하 여 채웁니다.
Public 메서드 CreateTextBuffer(String, IContentType) 지정된 IContentType을 사용하여 ITextBuffer를 만들고 지정된 텍스트로 채웁니다.

위쪽

이벤트

  이름 설명
Public 이벤트 TextBufferCreated ITextBuffer 가 만들어질 때 발생합니다.

위쪽

설명

이 MEF 구성 요소 이며 다음 구문을 사용 하 여 가져와야 합니다.

[Import]
ITextBufferFactoryService TextBufferFactoryService =null;

참고 항목

참조

Microsoft.VisualStudio.Text 네임스페이스