ITextChildProvider.TextContainer Property
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.
Gets this element's nearest ancestor provider that supports the Text (ITextProvider) control pattern.
public:
property IRawElementProviderSimple ^ TextContainer { IRawElementProviderSimple ^ get(); };
IRawElementProviderSimple TextContainer();
public IRawElementProviderSimple TextContainer { get; }
var iRawElementProviderSimple = iTextChildProvider.textContainer;
Public ReadOnly Property TextContainer As IRawElementProviderSimple
Property Value
The nearest ancestor provider that supports the Text (ITextProvider) control pattern.