VCPlatform2 Interface
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Декларация
<GuidAttribute("C636B135-0D40-42D2-853F-CC5300EF4F99")> _
Public Interface VCPlatform2 _
Inherits VCPlatform
[GuidAttribute("C636B135-0D40-42D2-853F-CC5300EF4F99")]
public interface VCPlatform2 : VCPlatform
[GuidAttribute(L"C636B135-0D40-42D2-853F-CC5300EF4F99")]
public interface class VCPlatform2 : VCPlatform
[<GuidAttribute("C636B135-0D40-42D2-853F-CC5300EF4F99")>]
type VCPlatform2 =
interface
interface VCPlatform
end
public interface VCPlatform2 extends VCPlatform
The VCPlatform2 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DebuggerTool | Provides access to platform specific debugging tools. (Inherited from VCPlatform.) |
![]() |
DebuggerTool | |
![]() |
DefaultDirectory | Gets the default directory for build output. (Inherited from VCPlatform.) |
![]() |
DefaultDirectory | |
![]() |
DeploymentTool | Gets the platform specific deployment tool. (Inherited from VCPlatform.) |
![]() |
DeploymentTool | |
![]() |
DisableAlternateDebuggers | Gets whether alternative debuggers are accessable. (Inherited from VCPlatform.) |
![]() |
DisableAlternateDebuggers | |
![]() |
DumpfileExtensions | Gets the platform specific dumpfile extension. (Inherited from VCPlatform.) |
![]() |
DumpfileExtensions | |
![]() |
ExcludeDirectories | Gets or sets a path to exclude when searching for files while building a Visual C++ project. (Inherited from VCPlatform.) |
![]() |
ExcludeDirectories | |
![]() |
ExecutableDirectories | Gets or sets a path to use when searching for executable files while building a Visual C++ project. (Inherited from VCPlatform.) |
![]() |
ExecutableDirectories | |
![]() |
ExecutableExtensions | Gets the platform specific executable extension. (Inherited from VCPlatform.) |
![]() |
ExecutableExtensions | |
![]() |
GeneralPageTool | Gets the tool used to overwrite the project general properties page. (Inherited from VCPlatform.) |
![]() |
GeneralPageTool | |
![]() |
IncludeDirectories | Gets or sets a path to use when searching for include files while building a Visual C++ project. (Inherited from VCPlatform.) |
![]() |
IncludeDirectories | |
![]() |
IsCLRSupported | |
![]() |
LibraryDirectories | Gets or sets a path to use when searching for library files while building a Visual C++ project. (Inherited from VCPlatform.) |
![]() |
LibraryDirectories | |
![]() |
Name | Gets or sets the name of the object. (Inherited from VCPlatform.) |
![]() |
Name | |
![]() |
NumberOfPlatformMacros | Gets the count of available macros. (Inherited from VCPlatform.) |
![]() |
NumberOfPlatformMacros | |
![]() |
PGOInstrumentPropertySheet | |
![]() |
PGOOptimizePropertySheet | |
![]() |
PGOUpdatePropertySheet | |
![]() |
PlatformMacro[Int32] | Gets a platform specific macro. (Inherited from VCPlatform.) |
![]() |
PlatformMacro[Int32] | |
![]() |
ReferenceDirectories | Gets or sets the path to use when searching for files added with the #using directive while building a Visual C++ project. (Inherited from VCPlatform.) |
![]() |
ReferenceDirectories | |
![]() |
SourceDirectories | Gets or set the path to use when searching for source files to use for IntelliSense. (Inherited from VCPlatform.) |
![]() |
SourceDirectories | |
![]() |
StaticAnalysisPropertySheet | |
![]() |
Tools | Gets the available tools for the platform. (Inherited from VCPlatform.) |
![]() |
Tools | |
![]() |
VCProjectEngine | Gets a pointer to the project engine. (Inherited from VCPlatform.) |
![]() |
VCProjectEngine |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CommitChanges() | Infrastructure. Microsoft Internal Use Only. (Inherited from VCPlatform.) |
![]() |
CommitChanges() | |
![]() |
Evaluate(String) | Evaluates the value of a project model or environment macro. (Inherited from VCPlatform.) |
![]() |
Evaluate(String) | |
![]() |
GetAlternatePlatformNames | |
![]() |
GetMacroValue(String) | Gets the value of a macro by name (Inherited from VCPlatform.) |
![]() |
GetMacroValue(String) | |
![]() |
GetMacroValue2 | |
![]() |
GetToolNameForKeyword(String) | Gets a tool by its keyword. (Inherited from VCPlatform.) |
![]() |
GetToolNameForKeyword(String) | |
![]() |
HiddenSheetSupported | |
![]() |
IsDumpfile(String) | Determines if a file is a dumpfile. (Inherited from VCPlatform.) |
![]() |
IsDumpfile(String) | |
![]() |
IsExecutable(String) | Determines if a file is an executable. (Inherited from VCPlatform.) |
![]() |
IsExecutable(String) | |
![]() |
MatchName(String, Boolean) | Matches a specified name to the name of a collection item. (Inherited from VCPlatform.) |
![]() |
MatchName(String, Boolean) | |
![]() |
SpewWarning |
Top