Método VCConfiguration.BuildWithPropertySheet
Usado para definir propriedades para compilações.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
Sub BuildWithPropertySheet ( _
pPropertySheet As VCPropertySheet, _
buildType As BuildWithPropertySheetType _
)
void BuildWithPropertySheet(
VCPropertySheet pPropertySheet,
BuildWithPropertySheetType buildType
)
void BuildWithPropertySheet(
[InAttribute] VCPropertySheet^ pPropertySheet,
[InAttribute] BuildWithPropertySheetType buildType
)
abstract BuildWithPropertySheet :
pPropertySheet:VCPropertySheet *
buildType:BuildWithPropertySheetType -> unit
function BuildWithPropertySheet(
pPropertySheet : VCPropertySheet,
buildType : BuildWithPropertySheetType
)
Parâmetros
pPropertySheet
Tipo: Microsoft.VisualStudio.VCProjectEngine.VCPropertySheetA VCPropertySheet object.
buildType
Tipo: Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetTypeA 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.