ExportCodeRefactoringProviderAttribute.DocumentExtensions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個提供者可以提供重構的檔延伸模組。 每個延伸字串都必須包含前置句點,例如 「.txt」、「.xaml」、「.editorconfig」 等。根據預設,此值為 Null,而且不會考慮檔延伸模組來判斷重構的適用性。
public string[]? DocumentExtensions { get; set; }
member this.DocumentExtensions : string[] with get, set
Public Property DocumentExtensions As String()
屬性值
String[]