_dispDocumentEvents_DocumentOpeningEventHandler – delegát
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: EnvDTE
Sestavení: EnvDTE (v EnvDTE.dll)
Syntaxe
'Deklarace
<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
Jazyk JScript nepodporuje delegáty.
Parametry
- DocumentPath
Typ: System.String
Cesta k dokumentu.
- ReadOnly
Typ: System.Boolean
Dokument je jen pro čtení.