VCProjectEngineObjectClass.PerformanceLogging Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Public Overridable Property PerformanceLogging As Boolean
用法
Dim instance As VCProjectEngineObjectClass
Dim value As Boolean
value = instance.PerformanceLogging
instance.PerformanceLogging = value
public virtual bool PerformanceLogging { get; set; }
public:
virtual property bool PerformanceLogging {
bool get ();
void set (bool value);
}
public function get PerformanceLogging () : boolean
public function set PerformanceLogging (value : boolean)
Property Value
Type: System.Boolean
Implements
VCProjectEngine.PerformanceLogging
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VCProjectEngineObjectClass Class