ContentSite.TryGetAutomationProvider(Object) 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.
public:
virtual bool TryGetAutomationProvider([Out] Platform::Object ^ & provider) = TryGetAutomationProvider;
/// [Windows.Foundation.Metadata.Experimental]
bool TryGetAutomationProvider([Out] IInspectable const& & provider);
[Windows.Foundation.Metadata.Experimental]
public bool TryGetAutomationProvider(out object provider);
Public Function TryGetAutomationProvider (ByRef provider As Object) As Boolean
Parameters
- provider
-
Object
Platform::Object
IInspectable
Returns
bool
- Attributes