VersionControlPath.IsSubItem Method
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
声明
Public Shared Function IsSubItem ( _
item As String, _
parent As String _
) As Boolean
public static bool IsSubItem(
string item,
string parent
)
public:
static bool IsSubItem(
String^ item,
String^ parent
)
static member IsSubItem :
item:string *
parent:string -> bool
public static function IsSubItem(
item : String,
parent : String
) : boolean
Parameters
- item
Type: System.String
- parent
Type: System.String
Return Value
Type: System.Boolean
.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.