_dispBuildEvents_SinkHelper.OnBuildProjConfigDone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
override void OnBuildProjConfigDone(System::String ^ A_1, System::String ^ A_2, System::String ^ A_3, System::String ^ A_4, bool A_5);
public:
virtual void OnBuildProjConfigDone(System::String ^ A_1, System::String ^ A_2, System::String ^ A_3, System::String ^ A_4, bool A_5);
public:
override void OnBuildProjConfigDone(Platform::String ^ A_1, Platform::String ^ A_2, Platform::String ^ A_3, Platform::String ^ A_4, bool A_5);
override void OnBuildProjConfigDone(std::wstring const & A_1, std::wstring const & A_2, std::wstring const & A_3, std::wstring const & A_4, bool A_5);
public override void OnBuildProjConfigDone (string A_1, string A_2, string A_3, string A_4, bool A_5);
public void OnBuildProjConfigDone (string A_1, string A_2, string A_3, string A_4, bool A_5);
abstract member OnBuildProjConfigDone : string * string * string * string * bool -> unit
override this.OnBuildProjConfigDone : string * string * string * string * bool -> unit
Public Overrides Sub OnBuildProjConfigDone (A_1 As String, A_2 As String, A_3 As String, A_4 As String, A_5 As Boolean)
Public Sub OnBuildProjConfigDone (A_1 As String, A_2 As String, A_3 As String, A_4 As String, A_5 As Boolean)
Parameters
- A_1
- String
- A_2
- String
- A_3
- String
- A_4
- String
- A_5
- Boolean