_EnvironmentProjectsAndSolution.OnRunOrPreview Property

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property EnvDTE::vsSaveChanges OnRunOrPreview { EnvDTE::vsSaveChanges get(); void set(EnvDTE::vsSaveChanges value); };
public:
 property EnvDTE::vsSaveChanges OnRunOrPreview { EnvDTE::vsSaveChanges get(); void set(EnvDTE::vsSaveChanges value); };
[System.Runtime.InteropServices.DispId(1)]
public EnvDTE.vsSaveChanges OnRunOrPreview { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.OnRunOrPreview : EnvDTE.vsSaveChanges with get, set
Public Property OnRunOrPreview As vsSaveChanges

Property Value

The vsSaveChanges object.

Attributes

Applies to