Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetCurrent ( ) : Microsoft.TeamFoundation.Client.TfsTeamProjectCollection | ||
GetCurrentSelectedQueryPath ( ) : Services.QueryPath | ||
GetCurrentWorkSpace ( ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace | ||
ShowChangesetDetails ( int changesetId ) : void | ||
VisualStudioAdapterBase ( DTE dte ) : System |
public abstract GetCurrent ( ) : Microsoft.TeamFoundation.Client.TfsTeamProjectCollection | ||
return | Microsoft.TeamFoundation.Client.TfsTeamProjectCollection |
public abstract GetCurrentSelectedQueryPath ( ) : Services.QueryPath | ||
return | Services.QueryPath |
public GetCurrentWorkSpace ( ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace | ||
return | Microsoft.TeamFoundation.VersionControl.Client.Workspace |
public abstract ShowChangesetDetails ( int changesetId ) : void | ||
changesetId | int | |
return | void |
public VisualStudioAdapterBase ( DTE dte ) : System | ||
dte | DTE | |
return | System |