This topic has not yet been rated - Rate this topic

ComAutomationFactory.IsAvailable Property

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a value that indicates whether the Automation feature in Silverlight is available to the application.

Namespace:  System.Windows.Interop
Assembly:  System.Windows (in System.Windows.dll)
public static bool IsAvailable { get; }

Property Value

Type: System.Boolean
true if the Automation feature in Silverlight is available to the application; otherwise, false.

You should always check this property before using the ComAutomationFactory class to access an Automation server.

For more information about Automation, see Automation.

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)