Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Property EventHandler As NotificationHandler
public NotificationHandler EventHandler { get; set; }
public:
property NotificationHandler^ EventHandler {
NotificationHandler^ get ();
void set (NotificationHandler^ value);
}
member EventHandler : NotificationHandler with get, set
function get EventHandler () : NotificationHandler
function set EventHandler (value : NotificationHandler)
Property Value
Type: Microsoft.VisualStudio.Services.Client.NotificationHandler
.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.