Propriedade _EnvironmentProjectsAndSolution.OnRunOrPreview
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
Property OnRunOrPreview As vsSaveChanges
vsSaveChanges OnRunOrPreview { get; set; }
property vsSaveChanges OnRunOrPreview {
vsSaveChanges get ();
void set (vsSaveChanges value);
}
abstract OnRunOrPreview : vsSaveChanges with get, set
function get OnRunOrPreview () : vsSaveChanges
function set OnRunOrPreview (value : vsSaveChanges)
Valor de propriedade
Tipo: EnvDTE.vsSaveChanges
O objeto vsSaveChanges.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.