Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the DocumentEvents that provides events for the document.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property DocumentEvents ( _
Document As Document _
) As DocumentEvents
DocumentEvents this[
Document Document
] { get; }
property DocumentEvents^ DocumentEvents[[InAttribute] Document^ Document] {
DocumentEvents^ get ([InAttribute] Document^ Document);
}
abstract DocumentEvents :
Document:Document -> DocumentEvents with get
JScript does not support indexed properties.
Parameters
Document
Type: EnvDTE.DocumentOptional. Specifies a particular document to provide events for.
Property Value
Type: EnvDTE.DocumentEvents
A DocumentEvents object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.