Share via


RecyclingElementFactory.RecyclePool Property

Definition

/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
RecyclePool RecyclePool();

void RecyclePool(RecyclePool value);
[Windows.Foundation.Metadata.Experimental]
public RecyclePool RecyclePool { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var recyclePool = recyclingElementFactory.recyclePool;
recyclingElementFactory.recyclePool = recyclePool;
Public Property RecyclePool As RecyclePool

Property Value

Attributes

Applies to