VCConfiguration.BuildWithPropertySheetPath, méthode
Spécifie un chemin de recherche de feuille de propriétés.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- propertySheetPath
Type : System.String
Chemin de recherche de feuille de propriétés.
- buildType
Type : Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType
Valeur de l'é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.