VCConfiguration.BuildWithPropertySheetPath Yöntem
Bir özellik sayfası arama yolunu belirtir.
Ad alanı: Microsoft.VisualStudio.VCProjectEngine
Derleme: Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll içinde)
Sözdizimi
'Bildirim
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
)
Parametreler
- propertySheetPath
Tür: System.String
Özellik sayfası arama yolu.
- buildType
Tür: Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType
Arasında bir değer 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.