C# Class LessProject.DotLessIntegration.DotLessLanguage

Inheritance: Microsoft.VisualStudio.Package.LanguageService
Afficher le fichier Open project: erikvanbrakel/DotLessVSIntegration Class Usage Examples

Méthodes publiques

Méthode Description
GetColorableItem ( int index, IVsColorableItem &item ) : int
GetItemCount ( int &count ) : int
GetLanguagePreferences ( ) : Microsoft.VisualStudio.Package.LanguagePreferences

Returns a T:Microsoft.VisualStudio.Package.LanguagePreferences object for this language service.

GetScanner ( IVsTextLines buffer ) : IScanner

Returns a single instantiation of a parser.

OnIdle ( bool periodic ) : void
ParseSource ( Microsoft.VisualStudio.Package.ParseRequest req ) : Microsoft.VisualStudio.Package.AuthoringScope

Parses the source based on the specified T:Microsoft.VisualStudio.Package.ParseRequest object.

Method Details

GetColorableItem() public méthode

public GetColorableItem ( int index, IVsColorableItem &item ) : int
index int
item IVsColorableItem
Résultat int

GetItemCount() public méthode

public GetItemCount ( int &count ) : int
count int
Résultat int

GetLanguagePreferences() public méthode

Returns a T:Microsoft.VisualStudio.Package.LanguagePreferences object for this language service.
public GetLanguagePreferences ( ) : Microsoft.VisualStudio.Package.LanguagePreferences
Résultat Microsoft.VisualStudio.Package.LanguagePreferences

GetScanner() public méthode

Returns a single instantiation of a parser.
public GetScanner ( IVsTextLines buffer ) : IScanner
buffer IVsTextLines [in] An representing the lines of source to parse. ///
Résultat IScanner

OnIdle() public méthode

public OnIdle ( bool periodic ) : void
periodic bool
Résultat void

ParseSource() public méthode

Parses the source based on the specified T:Microsoft.VisualStudio.Package.ParseRequest object.
public ParseSource ( Microsoft.VisualStudio.Package.ParseRequest req ) : Microsoft.VisualStudio.Package.AuthoringScope
req Microsoft.VisualStudio.Package.ParseRequest [in] The describing how to parse the source file. ///
Résultat Microsoft.VisualStudio.Package.AuthoringScope