IVCBuildOptionsPage2.MaxConcurrentFileCompiles – vlastnost
Obor názvů: Microsoft.VisualStudio.VCProject
Sestavení: Microsoft.VisualStudio.VCProject (v Microsoft.VisualStudio.VCProject.dll)
Syntaxe
'Deklarace
Property MaxConcurrentFileCompiles As UInteger
uint MaxConcurrentFileCompiles { get; set; }
property unsigned int MaxConcurrentFileCompiles {
unsigned int get ();
void set (unsigned int value);
}
abstract MaxConcurrentFileCompiles : uint32 with get, set
function get MaxConcurrentFileCompiles () : uint
function set MaxConcurrentFileCompiles (value : uint)
Hodnota vlastnosti
Typ: System.UInt32
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.