This document is archived and information here might be outdated. Recommended version. |
Specifies that the given track should be highlighted or unhighlighted.
[Visual Basic .NET]
Public Function get_HighlightTrack ( _
ByVal trackId As String _
) As Boolean
[Visual Basic .NET]
Public Sub set_HighlightTrack ( _
ByVal trackId As String, _
ByVal highlight As Boolean _
)
[C#]
public bool get_HighlightTrack (
string trackId
);
[C#]
public void set_HighlightTrack (
string trackId,
bool highlight
);
[C++]
HRESULT get_HighlightTrack(
BSTR trackId,
Boolean* highlight
);
[C++]
HRESULT put_HighlightTrack(
BSTR trackId,
VARIANT_BOOL highlight
);
[C++] Parameters trackId [in]
trackId is a parameter of type BSTR highlight [out, retval]
highlight is a parameter of type bool* trackId [in]
trackId is a parameter of type BSTR highlight [in]
highlight is a parameter of type bool