次の方法で共有


GlobalInterfaces Class

Definition

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.

Applies to