C# 클래스 ShaderTools.VisualStudio.Core.Text.VisualStudioSourceTextFactoryBase

파일 보기 프로젝트 열기: tgjones/HlslTools

공개 메소드들

메소드 설명
CreateSourceText ( string filePath ) : VisualStudioSourceText

보호된 메소드들

메소드 설명
VisualStudioSourceTextFactoryBase ( ITextBufferFactoryService textBufferFactoryService, IContentType contentType ) : System.IO

메소드 상세

CreateSourceText() 공개 메소드

public CreateSourceText ( string filePath ) : VisualStudioSourceText
filePath string
리턴 VisualStudioSourceText

VisualStudioSourceTextFactoryBase() 보호된 메소드

protected VisualStudioSourceTextFactoryBase ( ITextBufferFactoryService textBufferFactoryService, IContentType contentType ) : System.IO
textBufferFactoryService ITextBufferFactoryService
contentType IContentType
리턴 System.IO