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
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.