ConnectedServiceAuthenticator.OnAuthenticationChanged 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 AuthenticationChanged 事件。
protected:
virtual void OnAuthenticationChanged(Microsoft::VisualStudio::ConnectedServices::AuthenticationChangedEventArgs ^ args);
protected virtual void OnAuthenticationChanged(Microsoft.VisualStudio.ConnectedServices.AuthenticationChangedEventArgs args);
abstract member OnAuthenticationChanged : Microsoft.VisualStudio.ConnectedServices.AuthenticationChangedEventArgs -> unit
override this.OnAuthenticationChanged : Microsoft.VisualStudio.ConnectedServices.AuthenticationChangedEventArgs -> unit
Protected Overridable Sub OnAuthenticationChanged (args As AuthenticationChangedEventArgs)
參數
autentication 事件數據。