Freigeben über


VCConfiguration.BuildWithPropertySheetPath-Methode

Gibt einen Suchpfad für ein Eigenschaftenblatt an.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

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

Parameter

  • propertySheetPath
    Typ: String

    Suchpfad für Eigenschaftenblatt.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCConfiguration Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace