Metodo Documents.Open
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
Function Open ( _
PathName As String, _
Kind As String, _
ReadOnly As Boolean _
) As Document
Document Open(
string PathName,
string Kind,
bool ReadOnly
)
Document^ Open(
String^ PathName,
String^ Kind,
bool ReadOnly
)
abstract Open :
PathName:string *
Kind:string *
ReadOnly:bool -> Document
function Open(
PathName : String,
Kind : String,
ReadOnly : boolean
) : Document
Parametri
- PathName
Tipo: System.String
Percorso del file.
- Kind
Tipo: System.String
Tipo di file.
- ReadOnly
Tipo: System.Boolean
Indica se il file è di sola lettura.
Valore restituito
Tipo: EnvDTE.Document
Il documento.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.