VCAppVerifierTool Interface
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
'Declaration
<GuidAttribute("4CE27E68-759B-48F3-AF8E-0879DADF994D")> _
Public Interface VCAppVerifierTool
[GuidAttribute("4CE27E68-759B-48F3-AF8E-0879DADF994D")]
public interface VCAppVerifierTool
[GuidAttribute(L"4CE27E68-759B-48F3-AF8E-0879DADF994D")]
public interface class VCAppVerifierTool
[<GuidAttribute("4CE27E68-759B-48F3-AF8E-0879DADF994D")>]
type VCAppVerifierTool = interface end
public interface VCAppVerifierTool
The VCAppVerifierTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExecutionBucket | Infrastructure. Microsoft Internal Use Only. | |
HandleVerification | Infrastructure. Microsoft Internal Use Only. | |
HeapVerification | Infrastructure. Microsoft Internal Use Only. | |
LocksVerification | Infrastructure. Microsoft Internal Use Only. | |
PageHeapConserveMemory | Infrastructure. Microsoft Internal Use Only. | |
PageHeapProtectionLocation | Infrastructure. Microsoft Internal Use Only. | |
ToolKind | Infrastructure. Gets the name of the kind of tool. | |
toolName | Infrastructure. Microsoft Internal Use Only. | |
ToolPath | Infrastructure. Microsoft Internal Use Only. | |
VCProjectEngine | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
get_PropertyOption | Infrastructure. Microsoft Internal Use Only. |
Top