ExportCodeRefactoringProviderAttribute.DocumentExtensions 属性

定义

此提供程序可以提供重构的文档扩展。 每个扩展字符串必须包含前导句点,例如“.txt”、“.xaml”、“.editorconfig”等。默认情况下,此值为 null,并且不考虑文档扩展来确定重构的适用性。

public string[]? DocumentExtensions { get; set; }
member this.DocumentExtensions : string[] with get, set
Public Property DocumentExtensions As String()

属性值

String[]

适用于