ExportCodeRefactoringProviderAttribute.DocumentKinds 属性

定义

此提供程序可以提供重构的文档类型。 请参阅 TextDocumentKind。 默认情况下,提供程序仅支持对源文档 Document进行重构。

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

属性值

String[]

适用于