Aracılığıyla paylaş


_dispDocumentEvents_DocumentOpeningEventHandler Temsilci

Bu API, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.

Microsoft yalnızca iç kullanım.

Ad alanı:  EnvDTE
Derleme:  EnvDTE (EnvDTE.dll içinde)

Sözdizimi

'Bildirim
<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 temsilcileri desteklemez.

Parametreler

Ayrıca bkz.

Başvuru

EnvDTE Ad Alanı