ReusableResourceStoreBase<TResource>::AcquireCore Method ()

Visual Studio 2015
 

Gets access to the resource stored by this object, and removes the resource so that subsequent callers cannot be handed the same resource at the same time.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

protected:
TResource AcquireCore()

Return Value

Type: TResource

A currently-stored instance of the resource, or null if there are no instances currently available in the store.

Return to top
Show: