GlobalInterfaces Class
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.
Represents hosted controls and interfaces that are part of the global session.
public ref class GlobalInterfaces
public class GlobalInterfaces
type GlobalInterfaces = class
Public Class GlobalInterfaces
- Inheritance
-
GlobalInterfaces
Constructors
GlobalInterfaces() |
Initializes a new instance of the GlobalInterfaces class. |
Properties
Item[Type] |
Gets a collection of interfaces, filtered by the interface type |
Methods
Add<T>(String, Object) |
Adds an interface to the global interfaces collection by type. |
ContainsInterface(Type) |
Determines if an interface type is present in the global applications array. |
GetApplications<T>() |
Gets a collection of interfaces, filtered by the interface type. |
Remove<T>(String) |
Removes the specified application from the global interfaces collection by type. |