IWpfTextViewMarginProvider Interface    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an IWpfTextViewMargin for a given IWpfTextViewHost.
public interface class IWpfTextViewMarginProviderpublic interface class IWpfTextViewMarginProvider__interface IWpfTextViewMarginProviderpublic interface IWpfTextViewMarginProvidertype IWpfTextViewMarginProvider = interfacePublic Interface IWpfTextViewMarginProviderRemarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IWpfTextViewMarginProvider))] Exporters must supply an MarginContainerAttribute, TextViewRoleAttribute, and NameAttribute.
Exporters should provide one or more OrderAttributes, ContentTypeAttributes, and/or TextViewRoleAttributes.
Exporters may provide GridUnitTypeAttribute.
Exporters may provide zero or more ReplacesAttributes.
Methods
| CreateMargin(IWpfTextViewHost, IWpfTextViewMargin) | Creates an IWpfTextViewMargin for the given IWpfTextViewHost. |