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

Mostra file Open project: dotnet/aspnetcore-tooling Class Usage Examples

Public Methods

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

Method Details

AttributeCompletionContext() public method

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
return System