Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
声明
Public Shared Function GetMacroName ( _
    index As MacrosIndex _
) As String
public static string GetMacroName(
    MacrosIndex index
)
public:
static String^ GetMacroName(
    MacrosIndex index
)
static member GetMacroName : 
        index:MacrosIndex -> string 
public static function GetMacroName(
    index : MacrosIndex
) : String
Parameters
Return Value
Type: System.String
.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