VCProjectEngine.GetVCProjectBuildService(String, String, Guid, Object) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- pszProjectFullPath
- String
- pszProjectUniqueName
- String
- guidProject
- Guid
- pHierarchy
- Object
Gibt zurück
- Attribute