Método VCConfiguration.BuildWithPropertySheetPath
Especifica um caminho de pesquisa de folha de propriedade.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
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
)
Parâmetros
propertySheetPath
Tipo: StringCaminho de pesquisa de folha de propriedade.
buildType
Tipo: Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetTypeUm valor a partir do BuildWithPropertySheetType enumeração.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.