TimelineCollection.Remove(Timeline) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the first occurrence of a specified Timeline from this TimelineCollection.
public:
virtual bool Remove(System::Windows::Media::Animation::Timeline ^ value);
public bool Remove (System.Windows.Media.Animation.Timeline value);
abstract member Remove : System.Windows.Media.Animation.Timeline -> bool
override this.Remove : System.Windows.Media.Animation.Timeline -> bool
Public Function Remove (value As Timeline) As Boolean
Parameters
- value
- Timeline
The object to remove.
Returns
true
if the operation was successful; otherwise, false
.
Implements
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.