IVsSolution8.IsBatchProjectActionBlocking 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:
int IsBatchProjectActionBlocking(System::UInt32 action, System::UInt32 dwFlags, System::UInt32 dwNumProjects, cli::array <Guid> ^ rgProjects, [Runtime::InteropServices::Out] int % pfIsBlocking);
public int IsBatchProjectActionBlocking (uint action, uint dwFlags, uint dwNumProjects, Guid[] rgProjects, out int pfIsBlocking);
abstract member IsBatchProjectActionBlocking : uint32 * uint32 * uint32 * Guid[] * int -> int
Public Function IsBatchProjectActionBlocking (action As UInteger, dwFlags As UInteger, dwNumProjects As UInteger, rgProjects As Guid(), ByRef pfIsBlocking As Integer) As Integer
Parameters
- action
- UInt32
- dwFlags
- UInt32
- dwNumProjects
- UInt32
- rgProjects
- Guid[]
- pfIsBlocking
- Int32