ExtensionManager.IsExtension Method

Include Protected Members
Include Inherited Members

Checks whether there is a valid extension in the current ExtensionManager.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

IsExtension<TInterfaceType>(ExtensionHandle)

Checks whether the ExtensionHandle is valid and loaded into the current ExtensionManager.

Public method

IsExtension<TInterfaceType>(Type)

Checks whether there is a valid extension of the passed type that does not have a configuration in the current ExtensionManager.

Public method

IsExtension<TInterfaceType>(Type, String)

Checks whether there is a valid extension of the passed type in the current ExtensionManager and that a configuration is loaded.

Top

See Also

Reference

ExtensionManager Class

ExtensionManager Members

Microsoft.Data.Schema.Extensibility Namespace