IDatabaseFileNode.OpenInEditor, méthode
Ouvre ce fichier dans l'éditeur.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Sub OpenInEditor ( _
openWith As Boolean _
)
void OpenInEditor(
bool openWith
)
void OpenInEditor(
bool openWith
)
abstract OpenInEditor :
openWith:bool -> unit
function OpenInEditor(
openWith : boolean
)
Paramètres
- openWith
Type : System.Boolean
true pour afficher la boîte de dialogue Ouvrir avec.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms