C# Class Microsoft.Silverlight.Toolkit.Build.Tasks.TryTfs

A simple wrapper for used Tfs components. Will attempt to load the Team Foundation Server types that are needed, and gracefully fall back if they cannot be loaded.
显示文件 Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
Checkout ( string path ) : bool

Attempts to checkout the path, and return a value indicating whether the checkout was successful.

Private Methods

Method Description
TryCheckout ( string path ) : bool

Attempts to checkout the path, and return a value indicating whether the checkout was successful.

TryLoadingTfsAssembliesForCheckout ( string path ) : bool

Method Details

Checkout() public static method

Attempts to checkout the path, and return a value indicating whether the checkout was successful.
public static Checkout ( string path ) : bool
path string The filename on the local system.
return bool