ITextRangeProvider.GetChildren 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.
Retrieves a collection of all embedded objects that fall within the text range.
public:
cli::array <System::Windows::Automation::Provider::IRawElementProviderSimple ^> ^ GetChildren();
public System.Windows.Automation.Provider.IRawElementProviderSimple[] GetChildren ();
abstract member GetChildren : unit -> System.Windows.Automation.Provider.IRawElementProviderSimple[]
Public Function GetChildren () As IRawElementProviderSimple()
Returns
A collection of child objects that fall within the range. Children that overlap with the text range but are not entirely enclosed by it will also be included in the collection.
Returns an empty collection if there are no child objects.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.