IBraceCompletionDefaultProvider - интерфейс
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))]
См. также
Ссылки
Microsoft.VisualStudio.Text.BraceCompletion - пространство имен