Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
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
- spec
Type: System.String
- defaultScope
Type: System.String
- permitWildcardNames
Type: System.Boolean
- labelName
Type: System.String%
- labelScope
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.