Sdílet prostřednictvím


VCConfiguration.BuildWithPropertySheetPath – metoda

Určuje cestu hledání list vlastností.

Obor názvů:  Microsoft.VisualStudio.VCProjectEngine
Sestavení:  Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • propertySheetPath
    Typ: String

    Vlastnost list vyhledávací cestu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCConfiguration Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů