StrategyBasedComWrappers.CreateCacheStrategy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the caching strategy for a new COM object wrapper.
protected:
virtual System::Runtime::InteropServices::Marshalling::IIUnknownCacheStrategy ^ CreateCacheStrategy();
protected virtual System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy CreateCacheStrategy ();
abstract member CreateCacheStrategy : unit -> System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy
override this.CreateCacheStrategy : unit -> System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy
Protected Overridable Function CreateCacheStrategy () As IIUnknownCacheStrategy
Returns
The caching strategy to use for the new COM object.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.