ExportCodeFixProviderAttribute.DocumentKinds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此提供者可以提供程式碼修正的檔種類。 請參閱 TextDocumentKind。 根據預設,提供者僅支援來源文件的程式碼修正。 Document 提供此屬性檔案類型的字串表示,例如:DocumentKinds = new[] { nameof (TextDocumentKind.AdditionalDocument) }
public string[] DocumentKinds { get; set; }
member this.DocumentKinds : string[] with get, set
Public Property DocumentKinds As String()
屬性值
String[]