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
- macro
Type: System.String
Return Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace