Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Signals the system that an accessibility event occurred. The notification will be sent for the specified view only.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Shared Sub Notify ( _
accessibilityEvent As Integer, _
diagramItem As DiagramItem, _
view As DiagramClientView _
)
public static void Notify(
int accessibilityEvent,
DiagramItem diagramItem,
DiagramClientView view
)
public:
static void Notify(
int accessibilityEvent,
DiagramItem^ diagramItem,
DiagramClientView^ view
)
static member Notify :
accessibilityEvent:int *
diagramItem:DiagramItem *
view:DiagramClientView -> unit
public static function Notify(
accessibilityEvent : int,
diagramItem : DiagramItem,
view : DiagramClientView
)
Parameters
- accessibilityEvent
Type: System.Int32
One of the predefined EVENT_OBJECT_* or EVENT_SYSTEM_* constants.
- diagramItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
The object that generated the event.
- view
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
The DiagramClientView that contains the object that generated the event.
.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.