C# 클래스 Microsoft.TeamFoundation.Client.VisualStudioOnlineTFS

상속: BaseTeamFoundationServer, IAuthServer
파일 보기 프로젝트 열기: Indomitable/monodevelop-tfs-addin 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FromLocalXml ( System.Xml.Linq.XElement element, string password, bool isPasswordSavedInXml ) : VisualStudioOnlineTFS
ToLocalXml ( ) : System.Xml.Linq.XElement
VisualStudioOnlineTFS ( Uri url, string name, string userName, string authUserName, string password, bool isPasswordSavedInXml ) : System

메소드 상세

FromLocalXml() 공개 정적인 메소드

public static FromLocalXml ( System.Xml.Linq.XElement element, string password, bool isPasswordSavedInXml ) : VisualStudioOnlineTFS
element System.Xml.Linq.XElement
password string
isPasswordSavedInXml bool
리턴 VisualStudioOnlineTFS

ToLocalXml() 공개 메소드

public ToLocalXml ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

VisualStudioOnlineTFS() 공개 메소드

public VisualStudioOnlineTFS ( Uri url, string name, string userName, string authUserName, string password, bool isPasswordSavedInXml ) : System
url System.Uri
name string
userName string
authUserName string
password string
isPasswordSavedInXml bool
리턴 System