VCDirectories Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mechanism to set and query project directories.
public interface class VCDirectories
public interface class VCDirectories
__interface VCDirectories
[System.Runtime.InteropServices.Guid("8E267029-33C6-11D3-8D52-00C04F8ECDB7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCDirectories
[<System.Runtime.InteropServices.Guid("8E267029-33C6-11D3-8D52-00C04F8ECDB7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCDirectories = interface
Public Interface VCDirectories
- Attributes
Properties
ExcludeDirectories |
Sets or gets directories to exclude. |
ExecutableDirectories |
Sets or gets directories for executables. |
IncludeDirectories |
Sets or gets directories for header files. |
LibraryDirectories |
Sets or gets directories for libraries. |
ReferenceDirectories |
Sets or gets reference directories. |
SourceDirectories |
Sets or gets source directories. |