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 the specified view only.
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 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: 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.