VCLinkerTool.Profile - свойство
Gets or sets a value indicating whether to produce an output file that can be used with the Enterprise Developer performance profiler.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property Profile As Boolean
'Применение
Dim instance As VCLinkerTool
Dim value As Boolean
value = instance.Profile
instance.Profile = value
bool Profile { get; set; }
property bool Profile {
bool get ();
void set (bool value);
}
function get Profile () : boolean
function set Profile (value : boolean)
Значение свойства
Тип: System.Boolean
true if an output file that can be used with the Enterprise Developer performance profiler is produced; otherwise, false.
Примеры
/PROFILE (Performance Tools Profiler)
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.