UpdateBuildNumber.GetMacroIndex Method

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Shared Function GetMacroIndex ( _
    macro As String _
) As Integer
public static int GetMacroIndex(
    string macro
)
public:
static int GetMacroIndex(
    String^ macro
)
static member GetMacroIndex : 
        macro:string -> int
public static function GetMacroIndex(
    macro : String
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

UpdateBuildNumber Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace