VCProjectEngine2.GetVCProjectBuildService 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.
public:
Microsoft::VisualStudio::VCProjectEngine::IVCProjectBuildService ^ GetVCProjectBuildService(System::String ^ pszProjectFullPath, System::String ^ pszProjectUniqueName, Guid % guidProject, System::Object ^ pHierarchy);
[System.Runtime.InteropServices.DispId(1610743837)]
public Microsoft.VisualStudio.VCProjectEngine.IVCProjectBuildService GetVCProjectBuildService (string pszProjectFullPath, string pszProjectUniqueName, ref Guid guidProject, object pHierarchy);
[<System.Runtime.InteropServices.DispId(1610743837)>]
abstract member GetVCProjectBuildService : string * string * Guid * obj -> Microsoft.VisualStudio.VCProjectEngine.IVCProjectBuildService
Public Function GetVCProjectBuildService (pszProjectFullPath As String, pszProjectUniqueName As String, ByRef guidProject As Guid, pHierarchy As Object) As IVCProjectBuildService
Parameters
- pszProjectFullPath
- String
- pszProjectUniqueName
- String
- guidProject
- Guid
- pHierarchy
- Object
Returns
Implements
- Attributes