Partager via


StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy Propriété

Définition

Obtient la stratégie par défaut pour découvrir les détails de l’interface sur les interfaces COM.

public:
 static property System::Runtime::InteropServices::Marshalling::IIUnknownInterfaceDetailsStrategy ^ DefaultIUnknownInterfaceDetailsStrategy { System::Runtime::InteropServices::Marshalling::IIUnknownInterfaceDetailsStrategy ^ get(); };
public static System.Runtime.InteropServices.Marshalling.IIUnknownInterfaceDetailsStrategy DefaultIUnknownInterfaceDetailsStrategy { get; }
static member DefaultIUnknownInterfaceDetailsStrategy : System.Runtime.InteropServices.Marshalling.IIUnknownInterfaceDetailsStrategy
Public Shared ReadOnly Property DefaultIUnknownInterfaceDetailsStrategy As IIUnknownInterfaceDetailsStrategy

Valeur de propriété

Remarques

Cette stratégie peut découvrir des interfaces et des classes qui utilisent l’interopérabilité COM générée par la source qui utilisent les GeneratedComInterfaceAttribute attributs et .GeneratedComClassAttribute Cette stratégie recherche un IUnknownDerivedAttribute<T,TImpl> attribut ou ComExposedClassAttribute<T> sur le type de l’objet fourni pour découvrir les informations de type COM.

S’applique à