_dispDocumentEvents_DocumentOpeningEventHandler, délégué
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDocumentEvents_DocumentOpeningEventHandler ( _
DocumentPath As String, _
ReadOnly As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentOpeningEventHandler(
string DocumentPath,
bool ReadOnly
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentOpeningEventHandler(
[InAttribute] String^ DocumentPath,
[InAttribute] bool ReadOnly
)
[<ComVisibleAttribute(false)>]
type _dispDocumentEvents_DocumentOpeningEventHandler =
delegate of
DocumentPath:string *
ReadOnly:bool -> unit
JScript ne prend pas en charge les délégués.
Paramètres
- DocumentPath
Type : System.String
Chemin d'accès du document.
- ReadOnly
Type : System.Boolean
Indique si le document est en lecture seule.