次の方法で共有


GlobalInterfaces.Item[Type] Property

Definition

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

Applies to