FreezableCollection<T>.Clone 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.
Creates a modifiable clone of this FreezableCollection<T> and its contents, making deep copies. If this collection (or its contents) has animated dependency properties, the property's base value is copied, not its current animated value.
public:
System::Windows::FreezableCollection<T> ^ Clone();
public System.Windows.FreezableCollection<T> Clone ();
override this.Clone : unit -> System.Windows.FreezableCollection<'T (requires 'T :> System.Windows.DependencyObject)>
Public Function Clone () As FreezableCollection(Of T)
Returns
A modifiable copy of this collection and its contents. The copy's IsFrozen value is false
.
Remarks
This method shadows the inherited Animatable.Clone method with a strongly typed implementation for convenience.
Applies to
See also
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET