Freigeben über


IInvocationFeatures Schnittstelle

Definition

Stellt eine Auflistung von Aufruffeatures dar.

public interface IInvocationFeatures : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Type,object>>
type IInvocationFeatures = interface
    interface seq<KeyValuePair<Type, obj>>
    interface IEnumerable
Public Interface IInvocationFeatures
Implements IEnumerable(Of KeyValuePair(Of Type, Object))
Implementiert

Methoden

Get<T>()

Ruft ein Feature mit dem angegebenen Typ für den aktuellen Aufruf ab.

Set<T>(T)

Legt ein Feature des angegebenen Typs fest.

Gilt für: