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.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: Int32One of the predefined EVENT_OBJECT_* or EVENT_SYSTEM_* constants.
diagramItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemThe 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.