VCCustomBuildRule.AddIntegerProperty – metoda
Přidá vlastnost celé číslo sestavení vlastní pravidlo s daným názvem.
Obor názvů: Microsoft.VisualStudio.VCProjectEngine
Sestavení: Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Deklarace
Function AddIntegerProperty ( _
Name As String _
) As VCRuntimeIntegerProperty
VCRuntimeIntegerProperty AddIntegerProperty(
string Name
)
VCRuntimeIntegerProperty^ AddIntegerProperty(
[InAttribute] String^ Name
)
abstract AddIntegerProperty :
Name:string -> VCRuntimeIntegerProperty
function AddIntegerProperty(
Name : String
) : VCRuntimeIntegerProperty
Parametry
Name
Typ: StringNázev vlastnosti, celé číslo.
Vrácená hodnota
Typ: Microsoft.VisualStudio.VCProjectEngine.VCRuntimeIntegerProperty
Objekt VCRuntimeIntegerProperty.
Poznámky
AddIntegerPropertyVrátí celé číslo nové vlastnosti.
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.