TextBlock::HostedElementsCore Property
.NET Framework (current version)
Gets an enumerator that can be used iterate the elements hosted by this TextBlock.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: property IEnumerator<IInputElement^>^ HostedElementsCore { virtual IEnumerator<IInputElement^>^ get(); }
Property Value
Type: System.Collections.Generic::IEnumerator<IInputElement^>^An enumerator that can iterate elements hosted by this TextBlock.
.NET Framework
Available since 3.0
Available since 3.0
Show: