ProjectProperties2.RunPostBuildEvent Property

Definition

This member provides internal-only access to file properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

public:
 property VSLangProj2::prjRunPostBuildEvent RunPostBuildEvent { VSLangProj2::prjRunPostBuildEvent get(); void set(VSLangProj2::prjRunPostBuildEvent value); };
public:
 property VSLangProj2::prjRunPostBuildEvent RunPostBuildEvent { VSLangProj2::prjRunPostBuildEvent get(); void set(VSLangProj2::prjRunPostBuildEvent value); };
[System.Runtime.InteropServices.DispId(10078)]
public VSLangProj2.prjRunPostBuildEvent RunPostBuildEvent { [System.Runtime.InteropServices.DispId(10078)] get; [System.Runtime.InteropServices.DispId(10078)] set; }
[<System.Runtime.InteropServices.DispId(10078)>]
[<get: System.Runtime.InteropServices.DispId(10078)>]
[<set: System.Runtime.InteropServices.DispId(10078)>]
member this.RunPostBuildEvent : VSLangProj2.prjRunPostBuildEvent with get, set
Public Property RunPostBuildEvent As prjRunPostBuildEvent

Property Value

Attributes

Remarks

External components can access these properties through the Properties collection for the appropriate Visual Studio automation object. (That is, ProjectItem for project files and folders, Project for projects, and Configuration for configurations). The property names for the members of this type can be used as an indexer into the Properties collection. For more information about accessing project properties through automation, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Applies to