Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
If TargetItem is specified, this value can override the server's detection of whether the target is a folder or item (move vs rename).
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property TargetItemType As ItemType
public ItemType TargetItemType { get; set; }
public:
property ItemType TargetItemType {
ItemType get ();
void set (ItemType value);
}
member TargetItemType : ItemType with get, set
function get TargetItemType () : ItemType
function set TargetItemType (value : ItemType)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.ItemType
Returns ItemType.
.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.