Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Signals the system that an accessibility event occurred. The notification will be sent for each view associated with the DiagramItem.
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 NotifyForAllViews ( _
accessibilityEvent As Integer, _
diagramItem As DiagramItem _
)
public static void NotifyForAllViews(
int accessibilityEvent,
DiagramItem diagramItem
)
public:
static void NotifyForAllViews(
int accessibilityEvent,
DiagramItem^ diagramItem
)
static member NotifyForAllViews :
accessibilityEvent:int *
diagramItem:DiagramItem -> unit
public static function NotifyForAllViews(
accessibilityEvent : int,
diagramItem : DiagramItem
)
Parameters
- accessibilityEvent
Type: System.Int32
One of the predefined EVENT_OBJECT_* or EVENT_SYSTEM_* constants.
- diagramItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
The DiagramItem that is generating the notification.
.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.