VCConfiguration.BuildWithPropertySheetPath (Método)
Especifica una ruta de búsqueda de la hoja de propiedades.
Espacio de nombres: Microsoft.VisualStudio.VCProjectEngine
Ensamblado: Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxis
'Declaración
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
)
Parámetros
- propertySheetPath
Tipo: System.String
Ruta de búsqueda de la hoja de propiedades.
- buildType
Tipo: Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType
Valor de la enumeración BuildWithPropertySheetType.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.