C# Класс ShaderTools.VisualStudio.Core.Text.VisualStudioSourceTextFactoryBase

Показать файл Открыть проект

Открытые методы

Метод Описание
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