ITextParagraphPropertiesFactoryService-Schnittstelle
Erstellt TextParagraphProperties-Klassen, die verwendet werden, wenn Zeilen in der Ansicht formatiert werden.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Interface ITextParagraphPropertiesFactoryService
public interface ITextParagraphPropertiesFactoryService
public interface class ITextParagraphPropertiesFactoryService
type ITextParagraphPropertiesFactoryService = interface end
public interface ITextParagraphPropertiesFactoryService
Der ITextParagraphPropertiesFactoryService-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Create | Erstellt TextParagraphProperties für die bereitgestellte Konfiguration. |
Zum Seitenanfang
Hinweise
Dies ist ein MEF-Komponenten-Teil importiert werden, und es sollte wie folgt aussehen:
[Import] ITextFormattingParagraphPropertiesFactoryService factory = null;
Diese Komponente ist typspezifisches Inhalt. Wenn Sie diesen Factorydienst für den Inhaltstyp implementieren, sollte der Export mit einem oder mehreren ContentTypeAttribute-Attributen mit Anmerkungen versehen werden.