Condividi tramite


LabelSpec.Parse Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'Dichiarazione
Public Shared Sub Parse ( _
    spec As String, _
    defaultScope As String, _
    permitWildcardNames As Boolean, _
    <OutAttribute> ByRef labelName As String, _
    <OutAttribute> ByRef labelScope As String _
)
public static void Parse(
    string spec,
    string defaultScope,
    bool permitWildcardNames,
    out string labelName,
    out string labelScope
)
public:
static void Parse(
    String^ spec, 
    String^ defaultScope, 
    bool permitWildcardNames, 
    [OutAttribute] String^% labelName, 
    [OutAttribute] String^% labelScope
)
static member Parse : 
        spec:string * 
        defaultScope:string * 
        permitWildcardNames:bool * 
        labelName:string byref * 
        labelScope:string byref -> unit 
public static function Parse(
    spec : String, 
    defaultScope : String, 
    permitWildcardNames : boolean, 
    labelName : String, 
    labelScope : String
)

Parameters

.NET Framework Security

See Also

Reference

LabelSpec Class

Microsoft.TeamFoundation.VersionControl.Common Namespace