IVsBatchProjectActionContext.GetProjectsInfo(UInt32, Guid[], UInt32[]) 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:
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[]