Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides ITextViewModel objects.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface ITextViewModelProvider
public interface ITextViewModelProvider
public interface class ITextViewModelProvider
type ITextViewModelProvider = interface end
public interface ITextViewModelProvider
The ITextViewModelProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
CreateTextViewModel | Creates an ITextViewModel for the given ITextDataModel. |
Top
Remarks
This is a MEF component part, and should be exported with the following attribute:
[Export(typeof(ITextModelProvider))]
Component exporters must specify at least one ContentTypeAttribute characterizing the data models to which they apply.
.gif)