C# Класс Microsoft.VisualStudio.Editor.Razor.AttributeCompletionContext

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AttributeCompletionContext ( TagHelperDocumentContext documentContext, IEnumerable existingCompletions, string currentTagName, string currentAttributeName, IEnumerable attributes, string currentParentTagName, bool currentParentIsTagHelper, Func inHTMLSchema ) : System

Описание методов

AttributeCompletionContext() публичный Метод

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
Результат System