VersionControlPath.GetRelativeStartIndex Method
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Декларация
Public Shared Function GetRelativeStartIndex ( _
item As String, _
folder As String _
) As Integer
public static int GetRelativeStartIndex(
string item,
string folder
)
public:
static int GetRelativeStartIndex(
String^ item,
String^ folder
)
static member GetRelativeStartIndex :
item:string *
folder:string -> int
public static function GetRelativeStartIndex(
item : String,
folder : String
) : int
Parameters
- item
Type: System.String
- folder
Type: System.String
Return Value
Type: System.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.