C# 클래스 Microsoft.VisualStudio.Editor.Razor.AttributeCompletionContext

파일 보기 프로젝트 열기: dotnet/aspnetcore-tooling 1 사용 예제들

공개 메소드들

메소드 설명
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