VCCustomBuildRule.AddIntegerProperty Method

Adds an integer property to the custom build rule with the given name.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
Function AddIntegerProperty ( _
    Name As String _
) As VCRuntimeIntegerProperty
用法
Dim instance As VCCustomBuildRule
Dim Name As String
Dim returnValue As VCRuntimeIntegerProperty

returnValue = instance.AddIntegerProperty(Name)
VCRuntimeIntegerProperty AddIntegerProperty(
    string Name
)
VCRuntimeIntegerProperty^ AddIntegerProperty(
    [InAttribute] String^ Name
)
function AddIntegerProperty(
    Name : String
) : VCRuntimeIntegerProperty

Parameters

Return Value

Type: Microsoft.VisualStudio.VCProjectEngine.VCRuntimeIntegerProperty

A VCRuntimeIntegerProperty object.

Remarks

AddIntegerProperty returns the new integer property.

Permissions

See Also

Reference

VCCustomBuildRule Interface

VCCustomBuildRule Members

Microsoft.VisualStudio.VCProjectEngine Namespace