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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.