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.
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

Méthode Description
Checkout ( string path ) : bool

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

Private Methods

Méthode 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 méthode

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.
Résultat bool