VCConfiguration.BuildWithPropertySheetPath – metoda
Určuje cestu hledání list vlastností.
Obor názvů: Microsoft.VisualStudio.VCProjectEngine
Sestavení: Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Deklarace
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
)
Parametry
propertySheetPath
Typ: StringVlastnost list vyhledávací cestu.
buildType
Typ: Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetTypeHodnota z BuildWithPropertySheetType výčtu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.