VersionControlHistoryExt.VersionControlHistorySelectionChangedEventArgs.Channel Property
Get the channel for which the selection changed.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property Channel As VersionControlHistoryChannel
public VersionControlHistoryChannel Channel { get; }
public:
property VersionControlHistoryChannel Channel {
VersionControlHistoryChannel get ();
}
member Channel : VersionControlHistoryChannel with get
function get Channel () : 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
VersionControlHistoryExt.VersionControlHistorySelectionChangedEventArgs Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace