_dispDocumentEvents_DocumentOpenedEventHandler مفوَّض

تدعم واجهة API البنية الأساسية لـ NET Framework. ولم يتم تصميمها للاستخدام مباشرةً من التعليمة البرمجية الخاصة بك.

استخدام Microsoft الداخلي فقط.

مساحة الاسم:  EnvDTE
التجميع:  EnvDTE (في EnvDTE.dll)

بناء الجملة

'إقرار
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDocumentEvents_DocumentOpenedEventHandler ( _
    Document As Document _
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentOpenedEventHandler(
    Document Document
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentOpenedEventHandler(
    [InAttribute] Document^ Document
)
[<ComVisibleAttribute(false)>]
type _dispDocumentEvents_DocumentOpenedEventHandler = 
    delegate of 
        Document:Document -> unit
لا تدعم JScript المفوضين.

المعلمات

راجع أيضًَا

المرجع

EnvDTE مساحة الاسم