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 ( _
item As String, _
<OutAttribute> ByRef parent As String, _
<OutAttribute> ByRef name As String _
)
public static void Parse(
string item,
out string parent,
out string name
)
public:
static void Parse(
String^ item,
[OutAttribute] String^% parent,
[OutAttribute] String^% name
)
static member Parse :
item:string *
parent:string byref *
name:string byref -> unit
public static function Parse(
item : String,
parent : String,
name : String
)
Parameters
- item
Type: System.String
- parent
Type: System.String%
- name
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.