VCConfiguration.BuildWithPropertySheetPath Method
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.
Specifies a property sheet search path.
public:
void BuildWithPropertySheetPath(System::String ^ propertySheetPath, Microsoft::VisualStudio::VCProjectEngine::BuildWithPropertySheetType buildType);
public:
void BuildWithPropertySheetPath(Platform::String ^ propertySheetPath, Microsoft::VisualStudio::VCProjectEngine::BuildWithPropertySheetType buildType);
void BuildWithPropertySheetPath(std::wstring const & propertySheetPath, Microsoft::VisualStudio::VCProjectEngine::BuildWithPropertySheetType buildType);
[System.Runtime.InteropServices.DispId(776)]
public void BuildWithPropertySheetPath (string propertySheetPath, Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType buildType);
[<System.Runtime.InteropServices.DispId(776)>]
abstract member BuildWithPropertySheetPath : string * Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType -> unit
Public Sub BuildWithPropertySheetPath (propertySheetPath As String, buildType As BuildWithPropertySheetType)
Parameters
- propertySheetPath
- String
Property sheet search path.
- buildType
- BuildWithPropertySheetType
A value from the BuildWithPropertySheetType enumeration.
- Attributes