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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.