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 utilise les attributs et GeneratedComClassAttribute les GeneratedComInterfaceAttribute attributs. Cette stratégie recherche un ou ComExposedClassAttribute<T> un IUnknownDerivedAttribute<T,TImpl> attribut sur le type de l’objet fourni pour découvrir les informations de type COM.

S’applique à