_dispDocumentEvents_DocumentOpeningEventHandler مفوَّض
تدعم واجهة API البنية الأساسية لـ NET Framework. ولم يتم تصميمها للاستخدام مباشرةً من التعليمة البرمجية الخاصة بك.
استخدام Microsoft الداخلي فقط.
مساحة الاسم: EnvDTE
التجميع: EnvDTE (في EnvDTE.dll)
بناء الجملة
'إقرار
<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 المفوضين.
المعلمات
- DocumentPath
النوع: System.String
مسار مستند.
- ReadOnly
النوع: System.Boolean
ما إذا كان مستند هو القراءة فقط.