C# Class ShaderTools.VisualStudio.Core.Text.VisualStudioSourceTextFactoryBase

Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
CreateSourceText ( string filePath ) : VisualStudioSourceText

Méthodes protégées

Méthode Description
VisualStudioSourceTextFactoryBase ( ITextBufferFactoryService textBufferFactoryService, IContentType contentType ) : System.IO

Method Details

CreateSourceText() public méthode

public CreateSourceText ( string filePath ) : VisualStudioSourceText
filePath string
Résultat VisualStudioSourceText

VisualStudioSourceTextFactoryBase() protected méthode

protected VisualStudioSourceTextFactoryBase ( ITextBufferFactoryService textBufferFactoryService, IContentType contentType ) : System.IO
textBufferFactoryService ITextBufferFactoryService
contentType IContentType
Résultat System.IO