VersionControlHistory.ActiveChannel Property
Get/set the active channel in this history tool window.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Property ActiveChannel As VersionControlHistoryChannel
public VersionControlHistoryChannel ActiveChannel { get; set; }
public:
property VersionControlHistoryChannel ActiveChannel {
VersionControlHistoryChannel get ();
void set (VersionControlHistoryChannel value);
}
member ActiveChannel : VersionControlHistoryChannel with get, set
function get ActiveChannel () : VersionControlHistoryChannel
function set ActiveChannel (value : VersionControlHistoryChannel)
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlHistoryChannel
Returns VersionControlHistoryChannel.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace