IVsWorkspaceFactory.OnActiveWorkspaceChanged Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Espace de travail actif modifié
public:
property Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ OnActiveWorkspaceChanged { Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> OnActiveWorkspaceChanged { get; set; }
member this.OnActiveWorkspaceChanged : Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> with get, set
Public Property OnActiveWorkspaceChanged As AsyncEvent(Of EventArgs)