NotificationHandler 委派
命名空間: Microsoft.VisualStudio.Services.Client
組件: Microsoft.VisualStudio.Services.Client (在 Microsoft.VisualStudio.Services.Client.dll 中)
語法
'宣告
Public Delegate Sub NotificationHandler ( _
message As NotificationMessage _
)
public delegate void NotificationHandler(
NotificationMessage message
)