共用方式為


VCConfiguration.BuildWithPropertySheetPath 方法

指定屬性工作表搜尋路徑。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Sub BuildWithPropertySheetPath ( _
    propertySheetPath As String, _
    buildType As BuildWithPropertySheetType _
)
void BuildWithPropertySheetPath(
    string propertySheetPath,
    BuildWithPropertySheetType buildType
)
void BuildWithPropertySheetPath(
    [InAttribute] String^ propertySheetPath, 
    [InAttribute] BuildWithPropertySheetType buildType
)
abstract BuildWithPropertySheetPath : 
        propertySheetPath:string * 
        buildType:BuildWithPropertySheetType -> unit 
function BuildWithPropertySheetPath(
    propertySheetPath : String, 
    buildType : BuildWithPropertySheetType
)

參數

  • propertySheetPath
    型別:System.String
    屬性工作表搜尋路徑。

.NET Framework 安全性

請參閱

參考

VCConfiguration 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間