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
textSnapshot
Type : Microsoft.VisualStudio.Text.ITextSnapshotITextSnapshot à exposer comme lecteur.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | textSnapshot a la valeur nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.