GlobalInterfaces.ContainsInterface(Type) 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.
Determines if an interface type is present in the global applications array.
public:
bool ContainsInterface(Type ^ interfaceType);
public bool ContainsInterface (Type interfaceType);
member this.ContainsInterface : Type -> bool
Public Function ContainsInterface (interfaceType As Type) As Boolean
Parameters
- interfaceType
- Type
Specifies the type of interface.
Returns
True
if the interface is found, otherwise false
.