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.
Item to obtain plus recursion flag. Null means get whole workspace
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property ItemSpec As ItemSpec
public ItemSpec ItemSpec { get; set; }
public:
property ItemSpec^ ItemSpec {
ItemSpec^ get ();
void set (ItemSpec^ value);
}
member ItemSpec : ItemSpec with get, set
function get ItemSpec () : ItemSpec
function set ItemSpec (value : ItemSpec)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
Returns ItemSpec.
.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.