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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.