VCConfiguration.BuildWithPropertySheetPath 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定属性表搜索路径。
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)
参数
- propertySheetPath
- String
属性表搜索路径。
- buildType
- BuildWithPropertySheetType
BuildWithPropertySheetType 枚举中的一个值。
- 属性