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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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.Int32One of the predefined EVENT_OBJECT_* or EVENT_SYSTEM_* constants.
diagramItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemThe object that generated the event.
view
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientViewThe 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.