ITextDocumentFactoryService.CreateAndLoadTextDocument, méthode (String, IContentType)
Crée ITextDocument qui ouvre et charge le contenu du fichier dans nouvel ITextBuffer.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
Function CreateAndLoadTextDocument ( _
filePath As String, _
contentType As IContentType _
) As ITextDocument
ITextDocument CreateAndLoadTextDocument(
string filePath,
IContentType contentType
)
ITextDocument^ CreateAndLoadTextDocument(
String^ filePath,
IContentType^ contentType
)
abstract CreateAndLoadTextDocument :
filePath:string *
contentType:IContentType -> ITextDocument
function CreateAndLoadTextDocument(
filePath : String,
contentType : IContentType
) : ITextDocument
Paramètres
filePath
Type : StringChemin d'accès complet au fichier à charger.
contentType
Type : Microsoft.VisualStudio.Utilities.IContentTypeIContentType de la ITextBuffer.
Valeur de retour
Type : Microsoft.VisualStudio.Text.ITextDocument
ITextDocument .
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | filePath ou contentType est nullune référence null (Nothing en Visual Basic). |
Notes
Cette méthode est équivalente à CreateAndLoadTextDocument (le filePath, contentType, true).
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.
Voir aussi
Référence
ITextDocumentFactoryService Interface