ITextViewModelProvider 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.
Provides ITextViewModel objects.
public interface class ITextViewModelProvider
public interface class ITextViewModelProvider
__interface ITextViewModelProvider
public interface ITextViewModelProvider
type ITextViewModelProvider = interface
Public Interface ITextViewModelProvider
Remarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(ITextViewModelProvider))] Component exporters must specify at least one ContentTypeAttribute characterizing the data models to which they apply and at least one TextViewRoleAttribute characterizing the views to which they apply.
Methods
CreateTextViewModel(ITextDataModel, ITextViewRoleSet) |
Creates an ITextViewModel for the given ITextDataModel. |