ConnectionEventArgs.Connection Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Conexão associada a esse evento.
public:
property Microsoft::VisualStudio::Web::BrowserLink::BrowserLinkConnection ^ Connection { Microsoft::VisualStudio::Web::BrowserLink::BrowserLinkConnection ^ get(); void set(Microsoft::VisualStudio::Web::BrowserLink::BrowserLinkConnection ^ value); };
public Microsoft.VisualStudio.Web.BrowserLink.BrowserLinkConnection Connection { get; set; }
member this.Connection : Microsoft.VisualStudio.Web.BrowserLink.BrowserLinkConnection with get, set
Public Property Connection As BrowserLinkConnection