C# 클래스 Microsoft.Silverlight.Toolkit.Build.Tasks.Tfs

파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
IsCheckedOut ( string path ) : bool

Determine if a file is checked out.

IsVersionControlled ( string path ) : bool

Determine if a file is version controlled by TFS.

TryCheckout ( string path ) : bool

Try to check out a file.

비공개 메소드들

메소드 설명
GetWorkspace ( string path ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace
IsCheckedOut ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : bool
TryCheckout ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : bool

메소드 상세

IsCheckedOut() 공개 정적인 메소드

Determine if a file is checked out.
public static IsCheckedOut ( string path ) : bool
path string Path to the file.
리턴 bool

IsVersionControlled() 공개 정적인 메소드

Determine if a file is version controlled by TFS.
public static IsVersionControlled ( string path ) : bool
path string Path to the file.
리턴 bool

TryCheckout() 공개 정적인 메소드

Try to check out a file.
public static TryCheckout ( string path ) : bool
path string Path to the file.
리턴 bool