VCConfiguration.BuildWithPropertySheet(VCPropertySheet, BuildWithPropertySheetType) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Usado para definir propriedades para compilações.
public:
void BuildWithPropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ pPropertySheet, Microsoft::VisualStudio::VCProjectEngine::BuildWithPropertySheetType buildType);
public:
void BuildWithPropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ pPropertySheet, Microsoft::VisualStudio::VCProjectEngine::BuildWithPropertySheetType buildType);
void BuildWithPropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet const & pPropertySheet, Microsoft::VisualStudio::VCProjectEngine::BuildWithPropertySheetType buildType);
[System.Runtime.InteropServices.DispId(763)]
public void BuildWithPropertySheet (Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet pPropertySheet, Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType buildType);
[<System.Runtime.InteropServices.DispId(763)>]
abstract member BuildWithPropertySheet : Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet * Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType -> unit
Public Sub BuildWithPropertySheet (pPropertySheet As VCPropertySheet, buildType As BuildWithPropertySheetType)
Parâmetros
- pPropertySheet
- VCPropertySheet
Um objeto VCPropertySheet.
- buildType
- BuildWithPropertySheetType
Uma enumeração BuildWithPropertySheetType.
- Atributos