Partager via


TextSnapshotToTextReader, constructeur

Initialise une nouvelle instance de TextSnapshotToTextReader avec l'instantané de texte spécifié.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    textSnapshot As ITextSnapshot _
)
public TextSnapshotToTextReader(
    ITextSnapshot textSnapshot
)
public:
TextSnapshotToTextReader(
    ITextSnapshot^ textSnapshot
)
new : 
        textSnapshot:ITextSnapshot -> TextSnapshotToTextReader
public function TextSnapshotToTextReader(
    textSnapshot : ITextSnapshot
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

textSnapshot a la valeur nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

TextSnapshotToTextReader Classe

Microsoft.VisualStudio.Text, espace de noms