Partager via


StrategyBasedComWrappers.DefaultIUnknownStrategy Propriété

Définition

Obtient la stratégie par défaut à utiliser pour appeler IUnknown des méthodes.

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

Valeur de propriété

Remarques

Cette stratégie suppose que tous les objets COM fournis sont threads libres et que les appels aux méthodes peuvent être effectués à IUnknown partir de n’importe quel thread.

S’applique à