IVsBatchProjectActionContext.GetProjectsInfo(UInt32, Guid[], UInt32[]) Method

Definition

public:
 void GetProjectsInfo(System::UInt32 dwProjects, cli::array <Guid> ^ rgProjectsGuid, cli::array <System::UInt32> ^ rgExpectedResult);
public void GetProjectsInfo (uint dwProjects, Guid[] rgProjectsGuid, uint[] rgExpectedResult);
abstract member GetProjectsInfo : uint32 * Guid[] * uint32[] -> unit
Public Sub GetProjectsInfo (dwProjects As UInteger, rgProjectsGuid As Guid(), rgExpectedResult As UInteger())

Parameters

dwProjects
UInt32
rgProjectsGuid
Guid[]
rgExpectedResult
UInt32[]

Applies to