VCConfiguration.BuildWithPropertySheet, méthode
Utilisé pour définir les propriétés des builds.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- pPropertySheet
Type : Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet
Objet VCPropertySheet.
- buildType
Type : Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType
Énumération BuildWithPropertySheetType.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.