An extension point for the default non-language-specific brace completion behavior. It should be used to export metadata containing the opening and closing braces to provide for the given ContentType.
命名空间: Microsoft.VisualStudio.Text.BraceCompletion
程序集: Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)
语法
声明
Public Interface IBraceCompletionDefaultProvider
public interface IBraceCompletionDefaultProvider
public interface class IBraceCompletionDefaultProvider
type IBraceCompletionDefaultProvider = interface end
public interface IBraceCompletionDefaultProvider
备注
Exports must include at least one [BracePair] attribute and at least one [ContentType] attribute.
示例
This is a MEF component part, and should be exported with the following attribute:
[Export(typeof(IBraceCompletionDefaultProvider))]