C# Class Microsoft.VisualStudio.Editor.Razor.AttributeCompletionContext

Afficher le fichier Open project: dotnet/aspnetcore-tooling Class Usage Examples

Méthodes publiques

Méthode Description
AttributeCompletionContext ( TagHelperDocumentContext documentContext, IEnumerable existingCompletions, string currentTagName, string currentAttributeName, IEnumerable attributes, string currentParentTagName, bool currentParentIsTagHelper, Func inHTMLSchema ) : System

Method Details

AttributeCompletionContext() public méthode

public AttributeCompletionContext ( TagHelperDocumentContext documentContext, IEnumerable existingCompletions, string currentTagName, string currentAttributeName, IEnumerable attributes, string currentParentTagName, bool currentParentIsTagHelper, Func inHTMLSchema ) : System
documentContext TagHelperDocumentContext
existingCompletions IEnumerable
currentTagName string
currentAttributeName string
attributes IEnumerable
currentParentTagName string
currentParentIsTagHelper bool
inHTMLSchema Func
Résultat System