ClientWiqlAdapterHelper.GetTreeID Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function GetTreeID ( _
path As String, _
type As TreeStructureType _
) As Integer
public int GetTreeID(
string path,
TreeStructureType type
)
public:
virtual int GetTreeID(
String^ path,
TreeStructureType type
) sealed
abstract GetTreeID :
path:string *
type:TreeStructureType -> int
override GetTreeID :
path:string *
type:TreeStructureType -> int
public final function GetTreeID(
path : String,
type : TreeStructureType
) : int
Parameters
- path
Type: System.String
- type
Type: TreeStructureType
Return Value
Type: System.Int32
Implements
IWiqlAdapterHelper.GetTreeID(String, TreeStructureType)
.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.