Version

CachePropertyValue Method (StylePropertyCache)

Cached the specified property value.
Syntax
'Declaration
 
Public Sub CachePropertyValue( _
   ByVal propertyIndex As Integer, _
   ByVal propertyValue As Object _
) 
public void CachePropertyValue( 
   int propertyIndex,
   object propertyValue
)

Parameters

propertyIndex
The index that uniquely identifies the property whose cached resolved value to get. The propertyIndex parameter must be less than the value set on the PropertiesCacheCount property of this component role.
propertyValue
The cached resolved value of the property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also