共用方式為


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

See Also

Reference

VersionControlHistoryExt.VersionControlHistorySelectionChangedEventArgs Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace