BuildContainerPath.IsSubItem Method

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

Syntax

'Declaration
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

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

BuildContainerPath Class

Microsoft.TeamFoundation.Build.Common Namespace