Events.MiscFilesEvents 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.
Obtém o ProjectItemsEvents para a solução.
public:
property EnvDTE::ProjectItemsEvents ^ MiscFilesEvents { EnvDTE::ProjectItemsEvents ^ get(); };
public:
property EnvDTE::ProjectItemsEvents ^ MiscFilesEvents { EnvDTE::ProjectItemsEvents ^ get(); };
[System.Runtime.InteropServices.DispId(311)]
public EnvDTE.ProjectItemsEvents MiscFilesEvents { [System.Runtime.InteropServices.DispId(311)] get; }
[<System.Runtime.InteropServices.DispId(311)>]
[<get: System.Runtime.InteropServices.DispId(311)>]
member this.MiscFilesEvents : EnvDTE.ProjectItemsEvents
Public ReadOnly Property MiscFilesEvents As ProjectItemsEvents
Valor da propriedade
Um objeto ProjectItemsEvents.
- Atributos