VCConfiguration.BuildWithPropertySheet Yöntem
Yapýlar özelliklerini ayarlamak için kullanılır.
Ad alanı: Microsoft.VisualStudio.VCProjectEngine
Derleme: Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll içinde)
Sözdizimi
'Bildirim
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
)
Parametreler
- pPropertySheet
Tür: Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet
VCPropertySheet nesnesi
- buildType
Tür: Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType
A BuildWithPropertySheetType numaralandırma.
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.