Sdílet prostřednictvím


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: String

    Ná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

Viz také

Referenční dokumentace

VCCustomBuildRule Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů