'宣言 Public Overloads Function CachePropertyValue( _ ByVal propertyIndex As Integer, _ ByVal propertyName As String, _ ByVal controlValue As Object, _ ByVal defaultValue As Object, _ ByVal resolveValue As Object _ ) As Object
public object CachePropertyValue( int propertyIndex, string propertyName, object controlValue, object defaultValue, object resolveValue )