GlobalInterfaces.Item[Type] Property
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.
Gets a collection of interfaces, filtered by the interface type
public:
property System::Collections::ObjectModel::Collection<System::Object ^> ^ default[Type ^] { System::Collections::ObjectModel::Collection<System::Object ^> ^ get(Type ^ interfaceType); };
public System.Collections.ObjectModel.Collection<object> this[Type interfaceType] { get; }
member this.Item(Type) : System.Collections.ObjectModel.Collection<obj>
Default Public ReadOnly Property Item(interfaceType As Type) As Collection(Of Object)
Parameters
- interfaceType
- Type
Specifies the interface type.
Property Value
Returns a Collection of Interfaces, filtered by the interface type